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.
1 parent f944c0a commit e269157Copy full SHA for e269157
.github/workflows/nightly.yml
@@ -54,6 +54,7 @@ jobs:
54
set -eux
55
# Intentionally suppressing exit code for now.
56
# TODO (gjcomer) Remove this when jobs are stable.
57
+ EXIT_CODE=0
58
.ci/scripts/backend-test-linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}" || EXIT_CODE=$?
59
echo "Test run complete with exit code $EXIT_CODE."
60
0 commit comments