We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbcd30 commit ef5c721Copy full SHA for ef5c721
.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
60
paths:
61
- ~/.npm
62
- ~/.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
+ - run: make && npm run start:coverage & $(npm bin)/wait-on http://localhost:3000/ && npx cypress run --browser=chrome --headless && yarn run codecov
64
workflows:
65
version: 2
66
build-and-integration-test:
0 commit comments