Skip to content

Commit

Permalink
Merge pull request #416 from ministryofjustice/issue13-fix
Browse files Browse the repository at this point in the history
Removes tee as it was splitting the output causing un-redacted values.
  • Loading branch information
mikereiddigital authored Jul 5, 2024
2 parents 87eb07c + 8c3e5f3 commit c938047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
working-directory: test
run: |
chmod 700 ../scripts/redact-output.sh
go test -v | tee >(../scripts/redact-output.sh)
go test -v | ../scripts/redact-output.sh
exit ${PIPESTATUS[0]}

0 comments on commit c938047

Please sign in to comment.