diff --git a/.github/workflows/currents.yml b/.github/workflows/currents.yml index 8f272ad..2e8da68 100644 --- a/.github/workflows/currents.yml +++ b/.github/workflows/currents.yml @@ -59,6 +59,7 @@ jobs: continue-on-error: true with: + cache-key: "new-cypress-cache-key" command: | yarn cypress-cloud --record --parallel --browser chrome --key ${{ secrets.CURRENTS_RECORD_KEY }} --ci-build-id "${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt}}"