Skip to content

Commit

Permalink
Try to fix log paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Nov 9, 2018
1 parent e6ec7ea commit d42f1fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Expand Up @@ -33,8 +33,11 @@ jobs:
- checkout
- attach_workspace:
at: *workspace_root
- run: run-go-tests --circle-ci-2 | tee all.log
- run: terratest_log_parser --testlog all.log --outputdir logs
- run:
command: |
mkdir -p logs
run-go-tests --circle-ci-2 | tee logs/all.log
terratest_log_parser --testlog logs/all.log --outputdir logs
- store_artifacts:
path: logs
- store_test_results:
Expand Down

0 comments on commit d42f1fa

Please sign in to comment.