Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Jan 25, 2024
1 parent 4e40d2d commit f7ebb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/currents-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Print Event Payload
run: |
Expand Down Expand Up @@ -62,7 +62,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}}
CURRENTS_API_URL=https://cy-staging.currents.dev CURRENTS_PROJECT_ID=9aOuF6 CURRENTS_ENFORCE_IS_CURRENTS=1 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() }}
Expand Down

0 comments on commit f7ebb75

Please sign in to comment.