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 acde650 commit 48be8d2Copy full SHA for 48be8d2
.github/workflows/test.yml
@@ -30,4 +30,10 @@ jobs:
30
- name: Run Tests
31
uses: cypress-io/github-action@v2
32
with:
33
+ record: true
34
build: yarn run build:core
35
+ env:
36
+ # pass the Dashboard record key as an environment variable
37
+ CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
38
+ # pass GitHub token to allow accurately detecting a build vs a re-run build
39
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments