Skip to content

Commit

Permalink
debugging artifact storage in CircleCI build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Feb 11, 2020
1 parent c939f3a commit 68b5fd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,8 @@ jobs:
- store_test_results:
path: ~/project/test-results
- store_artifacts:
path: ~/project/test-coverage
path: ~/project/test-results
destination: test-results
- store_artifacts:
path: ~/project/coverage
destination: coverage
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@
"collectCoverage": true
},
"jest-junit": {
"outputDirectory": "test-results/",
"outputName": "unit-tests.xml"
"outputDirectory": "test-results/unit-tests/",
"outputName": "results.xml"
},
"nyc": {
"report-dir": "coverage/integration-tests"
Expand Down

0 comments on commit 68b5fd8

Please sign in to comment.