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 d3f1597 commit 52dffe0Copy full SHA for 52dffe0
.github/workflows/test.yaml
@@ -148,8 +148,8 @@ jobs:
148
echo "status=success" >> $GITHUB_OUTPUT
149
echo "" >> $GITHUB_STEP_SUMMARY
150
echo "✅ **All tests passed!**" >> $GITHUB_STEP_SUMMARY
151
+ fi
152
-
153
- name: Fail workflow on test failure
154
if: steps.summary.outputs.status == 'failure'
155
run: |
0 commit comments