Skip to content

Commit 060dc6e

Browse files
committed
add echo for failed tests
1 parent d516128 commit 060dc6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,5 @@ jobs:
117117
if: contains( steps.getoutput.outputs.contents, 'FAILED (failures=' )
118118
run: |
119119
echo "${{ steps.getoutput.outputs.contents }}"
120+
echo "There are failed tests"
120121
exit 1

0 commit comments

Comments
 (0)