Skip to content

Commit

Permalink
Artifacts correct
Browse files Browse the repository at this point in the history
  • Loading branch information
superflyxxi committed Oct 29, 2021
1 parent bed2de9 commit 7c1ceca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:
working_directory: ./<< parameters.project >>
command: tar -vcf << parameters.project >>-coverage.tar coverage/
- store_test_results:
path: ./mocha
path: ./<< parameters.project >>/mocha
- store_artifacts:
path: ./mocha/test-results.xml
path: ./<< parameters.project >>/mocha/test-results.xml
- store_artifacts:
path: ./<< parameters.project >>/*coverage.tar*
path: ./<< parameters.project >>/coverage/
- persist_to_workspace:
root: ./<< parameters.project >>
paths:
Expand Down

0 comments on commit 7c1ceca

Please sign in to comment.