Skip to content

Commit e9f46a0

Browse files
committed
ci: Fix Configuration
1 parent b86f3f2 commit e9f46a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/php80.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: composer install --prefer-dist --no-interaction --no-dev
6363

6464
- name: Execute Tests
65-
run: phpunit
65+
run: phpunit --configuration tests/phpunit.xml
6666

6767
- name: CodeCov
6868
uses: codecov/codecov-action@v4

.github/workflows/php81.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: composer install --prefer-dist --no-interaction --no-dev
6363

6464
- name: Execute Tests
65-
run: phpunit
65+
run: phpunit --configuration tests/phpunit.xml
6666

6767
- name: CodeCov
6868
uses: codecov/codecov-action@v4

.github/workflows/php82.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: composer install --prefer-dist --no-interaction --no-dev
6464

6565
- name: Execute Tests
66-
run: phpunit
66+
run: phpunit --configuration tests/phpunit.xml
6767

6868
- name: CodeCov
6969
uses: codecov/codecov-action@v4

.github/workflows/php83.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: composer install --prefer-dist --no-interaction --no-dev
6464

6565
- name: Execute Tests
66-
run: phpunit
66+
run: phpunit --configuration tests/phpunit.xml
6767

6868
- name: CodeCov
6969
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)