mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
Testing programme-tv.net
This commit is contained in:
parent
5c7eb89893
commit
de450b91d4
2 changed files with 27 additions and 2 deletions
13
.github/workflows/test.yml
vendored
Normal file
13
.github/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: test
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
programme-tv_net:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Run EPG Grabber
|
||||
run: npx epg-grabber --config=sites/programme-tv.net.config.js -d
|
Loading…
Add table
Add a link
Reference in a new issue