Skip to content

Commit 84c7e94

Browse files
committed
fix CI
1 parent 64bf761 commit 84c7e94

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,11 @@ jobs:
224224
echo "✅ All tests passed successfully." >> $GITHUB_STEP_SUMMARY
225225
fi
226226
227+
echo "" >> $GITHUB_STEP_SUMMARY
227228
if [ "${{ steps.phpstan.outputs.phpstan_errors }}" -eq 0 ]; then
228-
echo "🧹 PHPStan: Passed (0 errors)" >> $GITHUB_STEP_SUMMARY
229+
echo "🧹 PHPStan: Passed (0 errors)." >> $GITHUB_STEP_SUMMARY
229230
else
230-
echo "⚠️ PHPStan: ${{ steps.phpstan.outputs.phpstan_errors }} errors detected" >> $GITHUB_STEP_SUMMARY
231+
echo "⚠️ PHPStan: ${{ steps.phpstan.outputs.phpstan_errors }} errors detected." >> $GITHUB_STEP_SUMMARY
231232
fi
232233
233234
- name: 📲 Notify Telegram

0 commit comments

Comments
 (0)