diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index 2b4f4dac968..48de6358249 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -13,6 +13,7 @@ env: # Adjust APP_NAME if your repository name is different APP_NAME: ${{ github.event.repository.name }} CYPRESS_baseUrl: http://localhost:8081/index.php + CYPRESS_CACHE_FOLDER: ${{ github.workspace }}/Cypress jobs: init: @@ -92,7 +93,6 @@ jobs: key: cypress-context-${{ github.run_id }} path: | ./ - /home/runner/.cache/Cypress cypress: runs-on: ubuntu-latest @@ -126,7 +126,6 @@ jobs: key: cypress-context-${{ github.run_id }} path: | ./ - /home/runner/.cache/Cypress - name: Set up node ${{ needs.init.outputs.nodeVersion }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2