Skip to content

Commit

Permalink
fix: CI only test build
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jun 17, 2019
1 parent 058621c commit 0c178b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- run:
command: yarn --frozen-lockfile
- run:
command: yarn pretest
command: yarn build
- save_cache:
key: deps-{{ checksum "yarn.lock" }}
paths:
Expand Down Expand Up @@ -51,7 +51,7 @@
- run:
# do not use yarn test because lint is done in the build job
command: |
yarn compile
yarn build
node ./test/out/helpers/runTests.js
- store_test_results:
path: test-reports
Expand Down

0 comments on commit 0c178b5

Please sign in to comment.