Skip to content

Commit

Permalink
debugging CircleCI build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Feb 12, 2020
1 parent f0d9eeb commit e60da93
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
npm run test-integration-results-report
if [[ $? -ne 0 ]]; then error=1; fi
rm -rf test-results/integration-tests/specs
npm run test-integration-coverage-report
if [[ $? -ne 0 ]]; then error=1; fi
Expand Down Expand Up @@ -149,12 +150,7 @@ jobs:
--id ${CODECLIMATE_REPO_TOKEN}
- store_test_results:
path: ~/project/test-results/unit-tests/results.xml
- store_test_results:
path: ~/project/test-results/integration-tests/results.xml
- store_artifacts:
path: ~/project/test-results
destination: test-results
- store_artifacts:
path: ~/project/coverage
destination: coverage

0 comments on commit e60da93

Please sign in to comment.