mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Delete test.yml
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user