Skip to content

Commit

Permalink
FIX: again2
Browse files Browse the repository at this point in the history
  • Loading branch information
drosanda committed Nov 8, 2024
1 parent 5ddf7b0 commit 8137749
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
if grep -q "Parse error" <<< "$lint_errors"; then
exit 1
fi
- name: Install dependencies
run: |
composer install --no-ansi --no-interaction --no-progress --no-scripts --no-suggest
composer require -W --dev phpunit/phpunit
- name: List vendor directory
run: ls -la vendor/bin/
Expand Down

0 comments on commit 8137749

Please sign in to comment.