CI: Add note about failure

This commit is contained in:
Wilson Snyder 2026-03-27 21:42:14 -04:00
parent 087dae2a5d
commit 91e6e3aca8
1 changed files with 3 additions and 1 deletions

View File

@ -106,4 +106,6 @@ jobs:
- name: Fail job if a test failed
if: ${{ steps.run-test.outcome == 'failure' && !cancelled() }}
run: exit 1
run: |-
echo "Click on '> Tests' arrow above (or on other steps), to expand it, and see the failure reasons"
exit 1