From 14e0204de9ac8b01e79a49f42964e621abe0a2dd Mon Sep 17 00:00:00 2001 From: freearhey Date: Tue, 4 May 2021 16:10:18 +0300 Subject: [PATCH] Delete test.yml --- .github/workflows/test.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/test.yml 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