mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-12 01:50:07 -04:00
Update test.yml
This commit is contained in:
parent
ccd470da7f
commit
5a61692595
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
hd-plus_de:
|
hd-plus_de:
|
||||||
if: ${{ always() }}
|
if: always()
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Run EPG Grabber
|
- name: Run EPG Grabber
|
||||||
run: npx epg-grabber --config=sites/hd-plus.de.config.js
|
run: npx epg-grabber --config=sites/hd-plus.de.config.js
|
||||||
andorradifusio_ad:
|
andorradifusio_ad:
|
||||||
if: ${{ always() }}
|
if: always()
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue