Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Apr 25, 2022
1 parent c53a217 commit 2dc5eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress

- name: Execute tests
run: vendor/bin/phpunit --coverage-clover coverage.xml
run: vendor/bin/phpunit

- name: Codecov
uses: codecov/codecov-action@v2

0 comments on commit 2dc5eb7

Please sign in to comment.