mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Merge branch 'master' into pr/787
This commit is contained in:
4
.github/workflows/_test.yml
vendored
4
.github/workflows/_test.yml
vendored
@@ -7,7 +7,7 @@ concurrency:
|
|||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -26,4 +26,4 @@ jobs:
|
|||||||
if: steps.files.outputs.any_changed == 'true'
|
if: steps.files.outputs.any_changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm test
|
npm test -- sites
|
||||||
|
|||||||
Reference in New Issue
Block a user