From 91e6e3aca800db1bbbe9cbaaa8e4610a83acc304 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 27 Mar 2026 21:42:14 -0400 Subject: [PATCH] CI: Add note about failure --- .github/workflows/reusable-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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