We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05a4b96 + bd0916b commit 09e0a18Copy full SHA for 09e0a18
.github/workflows/on_call_staging_test.yaml
@@ -46,6 +46,7 @@ jobs:
46
47
# Perform the tests
48
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
50
exit_code=0
51
52
curl -I -f http://localhost:8080/ || exit_code=1
0 commit comments