mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update test.yml
This commit is contained in:
parent
5a61692595
commit
d2dc7d457c
1 changed files with 8 additions and 13 deletions
21
.github/workflows/test.yml
vendored
21
.github/workflows/test.yml
vendored
|
@ -2,23 +2,18 @@ name: test
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
hd-plus_de:
|
grab:
|
||||||
if: always()
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: true
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
site: [hd-plus.de, andorradifusio.ad]
|
||||||
|
fail-fast: false
|
||||||
|
max-parallel: 1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Run EPG Grabber
|
- name: Run EPG Grabber
|
||||||
run: npx epg-grabber --config=sites/hd-plus.de.config.js
|
run: npx epg-grabber --config=sites/${{ matrix.site }}.config.js
|
||||||
andorradifusio_ad:
|
|
||||||
if: always()
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Install Dependencies
|
|
||||||
run: npm install
|
|
||||||
- name: Run EPG Grabber
|
|
||||||
run: npx epg-grabber --config=sites/andorradifusio.ad.config.js -d
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue