diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c41bb840a..7bb27b8d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: env: TESTNAME: acceptance NODE: ${{ env.NODE_VER }} - TARGETS: "requirements.a11y migrate requirements.js static accept" + TARGETS: "requirements.a11y migrate requirements.js" - name: test python run: ./.github/scripts/testing-js.sh shell: bash