Skip to content

Commit

Permalink
ci: store only test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris Lam committed Jan 31, 2024
1 parent f4ea1ac commit 53bc1b4
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 @@ -48,7 +48,7 @@ jobs:
docker cp flexo-mms-test-container:/application/build /home/circleci/flexo-mms-layer1-service/build
exit "$SIG_INT"
- store_artifacts:
path: /home/circleci/flexo-mms-layer1-service/build
path: /home/circleci/flexo-mms-layer1-service/build/reports/tests
- persist_to_workspace:
root: /home/circleci/
paths:
Expand Down

0 comments on commit 53bc1b4

Please sign in to comment.