File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,10 @@ jobs:
232232 - name : " Install dependencies"
233233 run : " composer install --no-interaction --no-progress"
234234
235+ - name : " Install Tests dependencies"
236+ working-directory : " tests"
237+ run : " composer install --no-interaction --no-progress"
238+
235239 - name : " Install build-infection dependencies"
236240 working-directory : " build-infection"
237241 run : " composer install --no-interaction --no-progress"
@@ -259,7 +263,7 @@ jobs:
259263
260264 - name : " Create coverage in parallel"
261265 run : |
262- php -d pcov.enabled=1 vendor/bin/paratest \
266+ php -d pcov.enabled=1 tests/ vendor/bin/paratest \
263267 --passthru-php="'-d' 'pcov.enabled=1'" \
264268 --runner WrapperRunner \
265269 --coverage-xml=coverage-xml
You can’t perform that action at this time.
0 commit comments