CI: Add note about failure
This commit is contained in:
parent
087dae2a5d
commit
91e6e3aca8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue