Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 5, 2024
1 parent 0eb3c03 commit 7c369b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions 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 @@ -78,7 +78,7 @@ jobs:
uses: ramsey/composer-install@v2

- name: "Run tests with phpunit"
run: php vendor/bin/phpunit --configuration=phpunit.xml
run: php vendor/bin/phpunit --configuration=phpunit.xml.dist

- name: "Send code coverage report to Codecov.io"
uses: codecov/codecov-action@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.idea
/vendor
composer.lock
phpunit.xml
File renamed without changes.

0 comments on commit 7c369b1

Please sign in to comment.