diff --git a/.github/workflows/test-e2e-cypress.yml b/.github/workflows/test-e2e-cypress.yml index dc8019a2a4f..b6e8016648d 100644 --- a/.github/workflows/test-e2e-cypress.yml +++ b/.github/workflows/test-e2e-cypress.yml @@ -171,7 +171,7 @@ jobs: CYPRESS_SPEC=$(find ./src/* -name ${{ matrix.spec }} -type f) echo '{"wpUsername":"admin","wpPassword":"password","testURL":"http://localhost:8889"}' | jq . > cypress.env.json ./node_modules/.bin/cypress verify - ./node_modules/.bin/cypress run --browser ${{ inputs.browser }} --spec "${{ matrix.spec }}" + ./node_modules/.bin/cypress run --browser ${{ inputs.browser }} --spec $CYPRESS_SPEC - name: Upload failure video if: ${{ failure() }}