Skip to content

Commit

Permalink
build: add cypress record key to ci runs
Browse files Browse the repository at this point in the history
  • Loading branch information
floydnant committed Nov 26, 2023
1 parent 159fed6 commit f97018d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- run: npm run comp:ci
working-directory: ./client-v2
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

- name: Upload component test artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -136,6 +138,8 @@ jobs:

- run: npm run e2e:ci
working-directory: ./client-v2
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

- name: Upload e2e test artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f97018d

Please sign in to comment.