Skip to content

Commit 0ee08d7

Browse files
committed
fix CI
1 parent d2a0dc6 commit 0ee08d7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ jobs:
219219
tail -n 20 phpunit.log >> $GITHUB_STEP_SUMMARY
220220
echo "" >> $GITHUB_STEP_SUMMARY
221221
222+
echo "#### PHPTESTS Results:" >> $GITHUB_STEP_SUMMARY
223+
222224
if grep -q "FAILURES!" phpunit.log; then
223225
echo "❌ Some tests failed." >> $GITHUB_STEP_SUMMARY
224226
else
@@ -314,6 +316,8 @@ jobs:
314316
-H "Content-Type: application/json" \
315317
-d "$PAYLOAD")
316318
319+
echo "#### Telegram Notification Results:" >> $GITHUB_STEP_SUMMARY
320+
317321
if [ "$RESPONSE" -ne 200 ]; then
318322
echo "⚠️ Telegram notification failed (HTTP $RESPONSE)" >> $GITHUB_STEP_SUMMARY
319323
cat /tmp/tg_resp.json >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)