Skip to content

Commit

Permalink
chore(#23): update cypress record key
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jan 3, 2022
1 parent 0dc727a commit 3b67f65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
run: cd nuxt && yarn test:jest

- name: Run Cypress tests 🧪
run: cd nuxt && NODE_TLS_REJECT_UNAUTHORIZED=0 yarn test:cy
run: cd nuxt && NODE_TLS_REJECT_UNAUTHORIZED=0 yarn test:cy -- --key ${{ secrets.CYPRESS_RECORD_KEY }}
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
- uses: actions/upload-artifact@v2
if: failure()
with:
Expand Down

0 comments on commit 3b67f65

Please sign in to comment.