This commit is contained in:
resonic-user 2025-06-17 22:32:56 +00:00
parent 48af7b003b
commit dfd3f67d3f

View File

@ -228,7 +228,7 @@ jobs:
- name: Full stack tests | run tests
id: e2e-tests
run: yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }} )
run: npx cypress run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }})
- name: Full stack tests | if tests failed, compile html report
if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }}