diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index 7e20f292c..7f363f2d9 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -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