Skip to content

Commit

Permalink
Disable test recording
Browse files Browse the repository at this point in the history
It broke and I don't want it to fail PRs for now
  • Loading branch information
weotch authored Jun 13, 2024
1 parent 93839b3 commit f36fb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build: yarn build:cypress
start: yarn start --cwd=demo
command-prefix: percy exec -- yarn
record: true
record: false
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f36fb50

Please sign in to comment.