diff --git a/.github/workflows/php80.yml b/.github/workflows/php80.yml index 4bb63d38..6fc4e4b5 100644 --- a/.github/workflows/php80.yml +++ b/.github/workflows/php80.yml @@ -62,7 +62,7 @@ jobs: run: composer install --prefer-dist --no-interaction --no-dev - name: Execute Tests - run: phpunit + run: phpunit --configuration tests/phpunit.xml - name: CodeCov uses: codecov/codecov-action@v4 diff --git a/.github/workflows/php81.yml b/.github/workflows/php81.yml index 1d2db203..c70db24c 100644 --- a/.github/workflows/php81.yml +++ b/.github/workflows/php81.yml @@ -62,7 +62,7 @@ jobs: run: composer install --prefer-dist --no-interaction --no-dev - name: Execute Tests - run: phpunit + run: phpunit --configuration tests/phpunit.xml - name: CodeCov uses: codecov/codecov-action@v4 diff --git a/.github/workflows/php82.yml b/.github/workflows/php82.yml index 0cbde10b..b65be5ca 100644 --- a/.github/workflows/php82.yml +++ b/.github/workflows/php82.yml @@ -63,7 +63,7 @@ jobs: run: composer install --prefer-dist --no-interaction --no-dev - name: Execute Tests - run: phpunit + run: phpunit --configuration tests/phpunit.xml - name: CodeCov uses: codecov/codecov-action@v4 diff --git a/.github/workflows/php83.yml b/.github/workflows/php83.yml index 53d37715..2a2d77dc 100644 --- a/.github/workflows/php83.yml +++ b/.github/workflows/php83.yml @@ -63,7 +63,7 @@ jobs: run: composer install --prefer-dist --no-interaction --no-dev - name: Execute Tests - run: phpunit + run: phpunit --configuration tests/phpunit.xml - name: CodeCov uses: codecov/codecov-action@v4