mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix windows CI
This commit is contained in:
parent
1c9092e47a
commit
0f41831e59
2
.github/workflows/windows-ci.yml
vendored
2
.github/workflows/windows-ci.yml
vendored
@ -101,4 +101,4 @@ jobs:
|
||||
run: php bin/generate_testsuites.php $env:CHUNK_COUNT
|
||||
|
||||
- name: Run unit tests
|
||||
run: vendor/bin/paratest -f --processes=$env:PARALLEL_PROCESSES --testsuite=chunk_$env:CHUNK_NUMBER --log-junit build/phpunit/phpunit.xml
|
||||
run: vendor/bin/paratest --processes=$env:PARALLEL_PROCESSES --testsuite=chunk_$env:CHUNK_NUMBER --log-junit build/phpunit/phpunit.xml
|
||||
|
Loading…
Reference in New Issue
Block a user