We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6cad6 commit 64bf761Copy full SHA for 64bf761
1 file changed
.github/workflows/test.yml
@@ -215,7 +215,6 @@ jobs:
215
echo "📁 Mongo Host: $MONGO_HOST" >> $GITHUB_STEP_SUMMARY
216
echo "" >> $GITHUB_STEP_SUMMARY
217
218
-# echo "#### PHPUnit Results:" >> $GITHUB_STEP_SUMMARY
219
tail -n 20 phpunit.log >> $GITHUB_STEP_SUMMARY
220
221
@@ -225,8 +224,6 @@ jobs:
225
224
echo "✅ All tests passed successfully." >> $GITHUB_STEP_SUMMARY
226
fi
227
228
-# echo "#### PHPStan Results:" >> $GITHUB_STEP_SUMMARY
229
-
230
if [ "${{ steps.phpstan.outputs.phpstan_errors }}" -eq 0 ]; then
231
echo "🧹 PHPStan: Passed (0 errors)" >> $GITHUB_STEP_SUMMARY
232
else
0 commit comments