Skip to content

Commit

Permalink
Update go-terratest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRobinson authored Jul 2, 2024
1 parent e9b94f4 commit 2d0f776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
working-directory: test
run: |
chmod 700 ../scripts/redact-output.sh
go test -v | ../scripts/redact-output.sh
go test -v | tee >(../scripts/redact-output.sh)
exit ${PIPESTATUS[0]}

0 comments on commit 2d0f776

Please sign in to comment.