From 93d5860ee4e902de878ca812acfe70d4ecfa5070 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Tue, 28 Nov 2023 13:31:57 -0800 Subject: [PATCH] .. --- .github/workflows/currents.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/currents.yml b/.github/workflows/currents.yml index 8372e64..0b91177 100644 --- a/.github/workflows/currents.yml +++ b/.github/workflows/currents.yml @@ -33,7 +33,6 @@ jobs: npx ci - name: Unblock Cypress - # working-directory: "services/rails" run: | echo 🕊️ Download Free Cypress CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force @@ -56,7 +55,7 @@ jobs: # 🔥 Set to false to prevent restoring cached blocking Cypress binary install: false command: | - npx cypress-cloud --record --parallel --browser chrome --key ${{ secrets.CURRENTS_RECORD_KEY }} --ci-build-id "${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt}}" + npx cypress-cloud --record --parallel --browser chrome --key ${{ secrets.CURRENTS_RECORD_KEY }} --ci-build-id ${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt}} - name: Cancel the run if workflow is cancelled if: ${{ cancelled() }}