Skip to content

Commit

Permalink
ci(test): add run
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Jul 28, 2021
1 parent 46622e9 commit 011f384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Run tests
command: |
TEST=$(circleci tests glob test/api/*.js | circleci tests split --split-by=timings)
JEST_JUNIT_OUTPUT_DIR=$HOME/reports/jest npm test:ci $TEST -- --reporters=default --reporters=jest-junit
JEST_JUNIT_OUTPUT_DIR=$HOME/reports/jest npm run test:ci $TEST -- --reporters=default --reporters=jest-junit
- run: ./node_modules/.bin/codecov
- store_test_results:
path: ~/reports
Expand Down

0 comments on commit 011f384

Please sign in to comment.