Skip to content

Commit d8d09a7

Browse files
committed
ci: Fix PHPUnit Config
1 parent 3ceb92d commit d8d09a7

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/php80.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: composer install --prefer-source --no-interaction --no-dev
3434

3535
- name: Execute Tests
36-
run: phpunit
36+
run: phpunit --configuration=tests/phpunit.xml
3737

3838
- name: CodeCov
3939
uses: codecov/codecov-action@v4

.github/workflows/php81.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: composer install --prefer-source --no-interaction --no-dev
3535

3636
- name: Execute Tests
37-
run: phpunit
37+
run: phpunit --configuration=tests/phpunit.xml
3838

3939
- name: CodeCov
4040
uses: codecov/codecov-action@v4

.github/workflows/php82.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: composer install --prefer-source --no-interaction --no-dev
3434

3535
- name: Execute Tests
36-
run: phpunit
36+
run: phpunit --configuration=tests/phpunit.xml
3737

3838
- name: CodeCov
3939
uses: codecov/codecov-action@v4

.github/workflows/php83.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: composer install --prefer-source --no-interaction --no-dev
3434

3535
- name: Execute Tests
36-
run: phpunit
36+
run: phpunit --configuration=tests/phpunit.xml
3737

3838
- name: CodeCov
3939
uses: codecov/codecov-action@v4

.github/workflows/php84.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: composer install --prefer-source --no-interaction --no-dev
3737

3838
- name: Execute Tests
39-
run: phpunit
39+
run: phpunit --configuration=tests/phpunit.xml
4040

4141
- name: CodeCov
4242
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)