Skip to content

Commit

Permalink
tech: store test artifacts in CircleCi
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-carcel committed Apr 6, 2024
1 parent d54ca5b commit 0c5e993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml → .circleci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ jobs:
JEST_JUNIT_OUTPUT_DIR: test_results
JEST_JUNIT_OUTPUT_NAME: unit.xml
command: task tests:unit:run -- --reporters=default --reporters=jest-junit
- store_artifacts:
path: test_results
- store_test_results:
path: test_results

0 comments on commit 0c5e993

Please sign in to comment.