Update test.yml

This commit is contained in:
freearhey 2021-04-25 17:28:11 +03:00
parent 5a61692595
commit d2dc7d457c

View file

@ -2,23 +2,18 @@ name: test
on:
workflow_dispatch:
jobs:
hd-plus_de:
if: always()
grab:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
site: [hd-plus.de, andorradifusio.ad]
fail-fast: false
max-parallel: 1
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run EPG Grabber
run: npx epg-grabber --config=sites/hd-plus.de.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
run: npx epg-grabber --config=sites/${{ matrix.site }}.config.js