Delete test.yml

This commit is contained in:
freearhey 2021-05-04 16:10:18 +03:00
parent 509e77062e
commit 14e0204de9

View file

@ -1,19 +0,0 @@
name: test
on:
workflow_dispatch:
jobs:
grab:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
site: [hd-plus.de, andorradifusio.ad, znbc.co.zm]
fail-fast: false
max-parallel: 2
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run EPG Grabber
run: npx epg-grabber --config=sites/${{ matrix.site }}.config.js