diff --git a/.github/workflows/currents.yml b/.github/workflows/currents.yml index c100bb9..8981a79 100644 --- a/.github/workflows/currents.yml +++ b/.github/workflows/currents.yml @@ -31,9 +31,6 @@ jobs: - name: Unblock Cypress # working-directory: "services/rails" run: | - echo 👀 Cypress SHA before - file `npx cypress cache path`/12.17.4/Cypress/Cypress - echo 🕊️ Download Free Cypress CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force @@ -44,14 +41,9 @@ jobs: yarn cypress cache list yarn cypress cache path - echo 👀 Cypress SHA after + echo 👀 Cypress SHA file `npx cypress cache path`/12.17.4/Cypress/Cypress - - echo 👀 Yarn local dependencies - yarn list | grep cypress - # Run all Cypress tests - - name: Run Cypress on Currents.dev env: DEBUG: \@cypress/github-action @@ -60,7 +52,6 @@ jobs: with: install: false - 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}}"