Skip to content

Commit f189925

Browse files
committed
[PLUTO-1411] fix script
1 parent 87875fc commit f189925

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/it-test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,10 @@ jobs:
5252
exit 1
5353
else
5454
echo "✅ All tool tests passed successfully!"
55-
fi
55+
fi
56+
57+
- name: Check test results
58+
if: steps.run_tests.outcome == 'failure'
59+
run: |
60+
echo "Job failed because some tool tests failed. Please check the logs above for details."
61+
exit 1

0 commit comments

Comments
 (0)