Skip to content

Commit

Permalink
Update php_unit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Nov 13, 2024
1 parent 0ffc7d1 commit 4f626af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/php_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
- name: Install dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Install PHPUnit
working-directory: ./vendor-bin/phpunit
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Run PHPUnit
run: vendor/bin/phpunit --display-skipped --no-progress --coverage-clover ./clover.xml

Expand Down

0 comments on commit 4f626af

Please sign in to comment.