File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8888 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
8989
9090 - name : Run Unit Tests
91- run : php ./vendor/bin/paratest --cache-directory=".phpunit.cache/code-coverage" --strict-coverage --coverage-clover ./coverage.xml --processes=4
91+ run : php ./vendor/bin/paratest --cache-directory=".phpunit.cache/code-coverage" --strict-coverage --coverage-clover ./coverage.xml
9292
9393 - name : Upload coverage reports to Codecov
9494 uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change @@ -163,4 +163,4 @@ jobs:
163163 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
164164
165165 - name : Run Unit Tests
166- run : php ./vendor/bin/paratest --no-coverage --processes=4
166+ run : php ./vendor/bin/paratest --no-coverage
Original file line number Diff line number Diff line change @@ -164,4 +164,4 @@ jobs:
164164 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
165165
166166 - name : Run Unit Tests
167- run : php ./vendor/bin/paratest --no-coverage --processes=4
167+ run : php ./vendor/bin/paratest --no-coverage
You can’t perform that action at this time.
0 commit comments