Commit ace4276b authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

build: revert cypress projectId (#3921)

parent 50a2dc95
...@@ -26,5 +26,5 @@ jobs: ...@@ -26,5 +26,5 @@ jobs:
record: true record: true
env: env:
CI: false # disables lint checks when building 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 }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
import { defineConfig } from 'cypress' import { defineConfig } from 'cypress'
export default defineConfig({ export default defineConfig({
projectId: '5nvkck', projectId: 'yp82ef',
videoUploadOnPasses: false, videoUploadOnPasses: false,
defaultCommandTimeout: 10000, defaultCommandTimeout: 10000,
chromeWebSecurity: false, chromeWebSecurity: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment