From d3c8233b9f38c4004d1a377fa1f05d6f3ae8ac1a Mon Sep 17 00:00:00 2001 From: resonic-user Date: Sun, 15 Jun 2025 21:14:30 +0000 Subject: [PATCH] e2e --- .github/workflows/test-e2e.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index a094edf84..746d57db2 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -124,7 +124,10 @@ jobs: ~/.cache/Cypress node_modules backend/node_modules - key: cypress-cache-${{ github.run_id }} + key: cypress-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} + restore-keys: | + cypress-${{ runner.os }}- + cypress- fullstack_tests: name: Run Fullstack E2E Tests @@ -194,4 +197,4 @@ jobs: for i in {1..30}; do curl -sf http://localhost:3000 && exit 0 || sleep 2; done; exit 1 - name: Run Cypress tests run: | - yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }}) + yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }}) \ No newline at end of file