Skip to content

Commit f944c0a

Browse files
committed
Update
[ghstack-poisoned]
1 parent ee716bc commit f944c0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,8 @@ jobs:
5252
timeout: 90
5353
script: |
5454
set -eux
55-
.ci/scripts/backend-test-linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}"
55+
# Intentionally suppressing exit code for now.
56+
# TODO (gjcomer) Remove this when jobs are stable.
57+
.ci/scripts/backend-test-linux.sh "${{ matrix.suite }}" "${{ matrix.flow }}" || EXIT_CODE=$?
58+
echo "Test run complete with exit code $EXIT_CODE."
59+

0 commit comments

Comments
 (0)