File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments