diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb671b97..a19f5c70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,9 +7,9 @@ jobs: continue-on-error: true strategy: matrix: - site: [hd-plus.de, andorradifusio.ad] + site: [hd-plus.de, andorradifusio.ad, znbc.co.zm] fail-fast: false - max-parallel: 1 + max-parallel: 2 steps: - name: Checkout uses: actions/checkout@v2