disable records (#939)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
main
Michael Fix 5 years ago committed by repo-ranger[bot]
parent ab0c564182
commit d7de22a9fa

@ -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

Loading…
Cancel
Save