Skip to content

Commit

Permalink
Merge pull request #412 from ministryofjustice/fix/go-terratest
Browse files Browse the repository at this point in the history
Update go-terratest.yml
  • Loading branch information
ASTRobinson authored Jul 2, 2024
2 parents 154230c + 6d1e1bb commit 16682aa
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 16682aa

Please sign in to comment.