We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a0dc6 commit 0ee08d7Copy full SHA for 0ee08d7
1 file changed
.github/workflows/test.yml
@@ -219,6 +219,8 @@ jobs:
219
tail -n 20 phpunit.log >> $GITHUB_STEP_SUMMARY
220
echo "" >> $GITHUB_STEP_SUMMARY
221
222
+ echo "#### PHPTESTS Results:" >> $GITHUB_STEP_SUMMARY
223
+
224
if grep -q "FAILURES!" phpunit.log; then
225
echo "❌ Some tests failed." >> $GITHUB_STEP_SUMMARY
226
else
@@ -314,6 +316,8 @@ jobs:
314
316
-H "Content-Type: application/json" \
315
317
-d "$PAYLOAD")
318
319
+ echo "#### Telegram Notification Results:" >> $GITHUB_STEP_SUMMARY
320
321
if [ "$RESPONSE" -ne 200 ]; then
322
echo "⚠️ Telegram notification failed (HTTP $RESPONSE)" >> $GITHUB_STEP_SUMMARY
323
cat /tmp/tg_resp.json >> $GITHUB_STEP_SUMMARY
0 commit comments