We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7a7a7 commit 51de80fCopy full SHA for 51de80f
.github/workflows/cypress.yml
@@ -65,12 +65,12 @@ jobs:
65
start: yarn playground:dev
66
env: env=ci
67
browser: chrome
68
- # Records to Cypress Cloud
69
- # https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
70
record: true
71
parallel: true # Runs test in parallel using settings above
72
env:
73
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
+ # Allows Cypress to detect new build vs re-run build
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
74
75
- uses: actions/upload-artifact@v4
76
if: failure()
0 commit comments