Skip to content

Commit dd9dbdb

Browse files
Fix test github workflow
1 parent b0afb89 commit dd9dbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
dependency-versions: ${{ matrix.dependencies }}
6969
- name: Run Tests with coverage
70-
run: make coverage
70+
run: vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml
7171
#- name: Send coverage to Codecov
7272
# uses: codecov/codecov-action@v4
7373
# with:

0 commit comments

Comments
 (0)