diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index a19f5c70..00000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -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