File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,14 @@ jobs:
161
161
162
162
- name : ' Integration test 1 - linting own code, no colors'
163
163
continue-on-error : true
164
- run : ./ parallel-lint --exclude vendor --exclude tests/fixtures --no-colors .
164
+ run : php " parallel-lint" --exclude vendor --exclude tests/fixtures --no-colors .
165
165
166
166
- name : ' Integration test 2 - linting own code'
167
- run : ./ parallel-lint --exclude vendor --exclude tests/fixtures .
167
+ run : php " parallel-lint" --exclude vendor --exclude tests/fixtures .
168
168
169
169
- name : Grab PHPUnit version
170
170
id : phpunit_version
171
+ shell : bash
171
172
run : echo "VERSION=$(php "vendor/bin/phpunit" --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+')" >> $GITHUB_OUTPUT
172
173
173
174
- name : " Run unit tests (PHPUnit < 10)"
You can’t perform that action at this time.
0 commit comments