From 73d5f1033434b945ce3138f3f784b4fe4962f4fa Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 3 Jun 2021 00:03:51 +0530 Subject: [PATCH] disable record --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 83751101..13cf59fa 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -35,7 +35,7 @@ jobs: start: yarn preview wait-on: 'http://localhost:3000' wait-on-timeout: 120 - record: true + # record: true headless: true env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}