Skip to content

Commit 6843558

Browse files
committed
GH Actions: more minor tweaks
1 parent 8f920f8 commit 6843558

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,14 @@ jobs:
161161

162162
- name: 'Integration test 1 - linting own code, no colors'
163163
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 .
165165

166166
- 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 .
168168

169169
- name: Grab PHPUnit version
170170
id: phpunit_version
171+
shell: bash
171172
run: echo "VERSION=$(php "vendor/bin/phpunit" --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+')" >> $GITHUB_OUTPUT
172173

173174
- name: "Run unit tests (PHPUnit < 10)"

0 commit comments

Comments
 (0)