We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb0e95 commit f5a1d67Copy full SHA for f5a1d67
.circleci/config.yml
@@ -34,6 +34,7 @@ jobs:
34
key: v1-dependencies-{{ checksum "package.json" }}
35
36
# run tests!
37
- - run: yarn test
+ # - run: yarn test
38
+ - run: yarn test:ci
39
40
0 commit comments