Skip to content

Commit

Permalink
fix issue that made phpunit run twice
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmorb committed Oct 22, 2023
1 parent 4c0fdbd commit dbada1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ jobs:
run: |
composer dump-autoload -o
curl -ksSfL -o ~/phpunit-9.phar https://phar.phpunit.de/phpunit-9.phar
php ~/phpunit-9.phar --version
php ~/phpunit-9.phar
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit dbada1d

Please sign in to comment.