Skip to content

Commit

Permalink
chore: save
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Jan 31, 2019
1 parent f849ac0 commit a6f2a4e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,12 @@ jobs:
name: Unit Tests
command: |
cd garden-cli
go test -v 2>&1 | go-junit-report > /tmp/report.xml
- store_artifacts:
path: /tmp/report.xml
- store_test_results:
path: /tmp/
go build
# go test -v 2>&1 | go-junit-report > /tmp/report.xml
# - store_artifacts:
# path: /tmp/report.xml
# - store_test_results:
# path: /tmp/
build-cli:
<<: *go-config
steps:
Expand Down

0 comments on commit a6f2a4e

Please sign in to comment.