Skip to content

Commit

Permalink
fixed phpunit action
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Mar 19, 2024
1 parent e012053 commit 86793c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

# Run phpunit with code coverage
- name: "PHPUnit Tests"
run: "vendor/bin/phpunit it --colors=always --coverage-clover=coverage.clover"
run: "vendor/bin/phpunit --colors=always --coverage-clover=coverage.clover"
continue-on-error: "${{ matrix.experimental }}"

- name: "Upload coverage reports to codecov.io"
Expand Down

0 comments on commit 86793c1

Please sign in to comment.