Skip to content

Commit 64bf761

Browse files
committed
fix CI
1 parent fd6cad6 commit 64bf761

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ jobs:
215215
echo "📁 Mongo Host: $MONGO_HOST" >> $GITHUB_STEP_SUMMARY
216216
echo "" >> $GITHUB_STEP_SUMMARY
217217
218-
# echo "#### PHPUnit Results:" >> $GITHUB_STEP_SUMMARY
219218
tail -n 20 phpunit.log >> $GITHUB_STEP_SUMMARY
220219
echo "" >> $GITHUB_STEP_SUMMARY
221220
@@ -225,8 +224,6 @@ jobs:
225224
echo "✅ All tests passed successfully." >> $GITHUB_STEP_SUMMARY
226225
fi
227226
228-
# echo "#### PHPStan Results:" >> $GITHUB_STEP_SUMMARY
229-
230227
if [ "${{ steps.phpstan.outputs.phpstan_errors }}" -eq 0 ]; then
231228
echo "🧹 PHPStan: Passed (0 errors)" >> $GITHUB_STEP_SUMMARY
232229
else

0 commit comments

Comments
 (0)