From d7de22a9fa688848874f7f9f079a18b2a9a77e1c Mon Sep 17 00:00:00 2001 From: Michael Fix Date: Sat, 25 Jan 2020 18:26:54 -0800 Subject: [PATCH] disable records (#939) Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- .github/workflows/validate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 916b5fc..f095286 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -16,7 +16,8 @@ jobs: npm install npm run lint npm run build - npm start & npx wait-on http://localhost:3000 && npm run cy:run -- --record --key 26c0b9eb-40f9-4ca6-b91d-a39f03652011 --config baseUrl=http://localhost:3000 + npm start & npx wait-on http://localhost:3000 && npm run cy:run -- --config baseUrl=http://localhost:3000 + # --record --key 26c0b9eb-40f9-4ca6-b91d-a39f03652011 env: CI: true CYPRESS_CI: true