Skip to content

Commit db4aa6f

Browse files
Copilotdannystaple
andcommitted
Fix BDD test failure masking by adding pipefail to staging workflow
Co-authored-by: dannystaple <[email protected]>
1 parent 6fcdf25 commit db4aa6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/on_call_staging_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
4747
# Perform the tests
4848
set +e # Don't exit on error so we can clean up
49+
set -o pipefail # Ensure pipeline returns exit code of first failing command
4950
exit_code=0
5051
5152
curl -I -f http://localhost:8080/ || exit_code=1

0 commit comments

Comments
 (0)