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