We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d516128 commit 060dc6eCopy full SHA for 060dc6e
.github/workflows/ci.yml
@@ -117,4 +117,5 @@ jobs:
117
if: contains( steps.getoutput.outputs.contents, 'FAILED (failures=' )
118
run: |
119
echo "${{ steps.getoutput.outputs.contents }}"
120
+ echo "There are failed tests"
121
exit 1
0 commit comments