diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3961dac..08b2af6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.gitignore b/.gitignore index 142dd45..99d19b2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.idea /vendor composer.lock +phpunit.xml diff --git a/phpunit.xml b/phpunit.xml.dist similarity index 100% rename from phpunit.xml rename to phpunit.xml.dist