Skip to content

Commit

Permalink
store test reports as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Benkovský committed Aug 13, 2023
1 parent e7afffe commit a7a9fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
command: |
mkdir -p /tmp/test-reports
gotestsum --junitfile /tmp/test-reports/unit-tests.xml -- -json -race ./...
- store_artifacts:
path: /tmp/test-reports
- store_test_results:
path: /tmp/test-reports

Expand Down

0 comments on commit a7a9fb0

Please sign in to comment.