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