From dfd3f67d3fb0c001e5c10316826cb90a2d063e8c Mon Sep 17 00:00:00 2001 From: resonic-user Date: Tue, 17 Jun 2025 22:32:56 +0000 Subject: [PATCH] e2e --- .github/workflows/cache-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 0200b53e1..3c54fb583 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -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' }}