mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Delete test.yml
This commit is contained in:
parent
509e77062e
commit
14e0204de9
1 changed files with 0 additions and 19 deletions
19
.github/workflows/test.yml
vendored
19
.github/workflows/test.yml
vendored
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue