Skip to content

Commit 48be8d2

Browse files
authored
Update test.yml
1 parent acde650 commit 48be8d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ jobs:
3030
- name: Run Tests
3131
uses: cypress-io/github-action@v2
3232
with:
33+
record: true
3334
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

Comments
 (0)