Skip to content

Commit 7c369b1

Browse files
committed
:octocat:
1 parent 0eb3c03 commit 7c369b1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: ramsey/composer-install@v2
7979

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

8383
- name: "Send code coverage report to Codecov.io"
8484
uses: codecov/codecov-action@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/.idea
33
/vendor
44
composer.lock
5+
phpunit.xml
File renamed without changes.

0 commit comments

Comments
 (0)