Skip to content

Commit

Permalink
Exit with error when RAPIDS CI fails.
Browse files Browse the repository at this point in the history
[skip-matrix][skip-docs][skip-vdc]
  • Loading branch information
alliepiper committed Jan 14, 2025
1 parent 08420d4 commit fd6cd65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-rapids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ jobs:
sccache --show-adv-stats
done
done
# Exit with error if any failures occurred
if test ${#failures[@]} -ne 0; then
exit 1
fi
EOF
chmod +x "$RUNNER_TEMP"/ci{,-entrypoint}.sh
Expand Down

0 comments on commit fd6cd65

Please sign in to comment.