Skip to content

Commit

Permalink
Merge pull request #101 from ministryofjustice/issue13-fix
Browse files Browse the repository at this point in the history
Removes the use of tee from the unit test workflow
  • Loading branch information
mikereiddigital authored Jul 5, 2024
2 parents 442c5dc + 1d7e5f1 commit 9d3d83f
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,6 +29,6 @@ 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 9d3d83f

Please sign in to comment.