build: revert cypress projectId (#3921)

This commit is contained in:
Zach Pomerantz 2022-06-16 10:08:25 -04:00 committed by GitHub
parent 50a2dc9560
commit ace4276bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -26,5 +26,5 @@ jobs:
record: true
env:
CI: false # disables lint checks when building
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_SECRET }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

@ -1,7 +1,7 @@
import { defineConfig } from 'cypress'
export default defineConfig({
projectId: '5nvkck',
projectId: 'yp82ef',
videoUploadOnPasses: false,
defaultCommandTimeout: 10000,
chromeWebSecurity: false,