Skip to content

Commit 09e0a18

Browse files
authored
Merge pull request #261 from orionrobots/copilot/fix-260
Fix BDD test failure masking by adding pipefail to staging workflow
2 parents 05a4b96 + bd0916b commit 09e0a18

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)