You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "${FAILED:-0}" -gt 0 ] || [ "${ERROR:-0}" -gt 0 ]; then
188
-
echo "❌ **Some tests failed!** Please check the detailed report."
189
-
else
190
-
echo "✅ **All tests passed!**"
191
-
fi
192
-
echo ""
193
-
# Add link to full report artifact
194
-
echo "📄 [Download Full HTML Report](https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}/artifacts/${{ steps.upload-report.outputs.artifact-id }})"
0 commit comments