Skip to content

Commit

Permalink
ci: missing installation of dependencies on coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent4vx committed Mar 14, 2023
1 parent fc0f474 commit d9ded0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Expand Up @@ -103,6 +103,9 @@ jobs:
extensions: json
ini-values: date.timezone=Europe/Paris

- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Run test coverage
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml

Expand Down

0 comments on commit d9ded0e

Please sign in to comment.