Skip to content

Commit

Permalink
store test results?
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Apr 17, 2017
1 parent 77ce823 commit 3108aff
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 @@ -34,3 +34,5 @@ jobs:
name: go test
command: go test -v -race ./... | tee $CIRCLE_TEST_REPORTS/archivers-space/original.txt ; test ${PIPESTATUS[0]} -eq 0
- run: cat $CIRCLE_TEST_REPORTS/archivers-space/original.txt | go-junit-report > $CIRCLE_TEST_REPORTS/archivers-space/junit.xml
- store_test_results:
path: $CIRCLE_TEST_REPORTS/archivers-space/junit.xml

0 comments on commit 3108aff

Please sign in to comment.