diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index dfe88b5..8951f11 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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 }}