Skip to content

Commit ef5c721

Browse files
committed
Stop recording cypress runs until free plan is reset
1 parent cbbcd30 commit ef5c721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
paths:
6161
- ~/.npm
6262
- ~/.cache
63-
- run: make && npm run start:coverage & $(npm bin)/wait-on http://localhost:3000/ && npx cypress run --browser=chrome --headless --record --key a12725d3-851c-4e67-b432-079b4fb1a875 && yarn run codecov
63+
- run: make && npm run start:coverage & $(npm bin)/wait-on http://localhost:3000/ && npx cypress run --browser=chrome --headless && yarn run codecov
6464
workflows:
6565
version: 2
6666
build-and-integration-test:

0 commit comments

Comments
 (0)