Skip to content

Commit 20717f4

Browse files
committed
Update tests.yml
1 parent e07a81e commit 20717f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)