Skip to content

Commit c8cff11

Browse files
Merge branch '8.5' into 9.6
2 parents d6f3f81 + e9635de commit c8cff11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ jobs:
137137
tools: none
138138

139139
- name: Install dependencies with Composer
140-
run: ./tools/composer install --no-ansi --no-interaction --no-progress
140+
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
141141

142142
- name: Run tests with PHPUnit
143-
run: ./phpunit --testsuite unit
143+
run: php ./phpunit --testsuite unit
144144

145145
end-to-end-tests:
146146
name: End-to-End Tests
@@ -188,10 +188,10 @@ jobs:
188188
tools: none
189189

190190
- name: Install dependencies with Composer
191-
run: ./tools/composer install --no-ansi --no-interaction --no-progress
191+
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
192192

193193
- name: Run tests with PHPUnit
194-
run: ./phpunit --testsuite end-to-end
194+
run: php ./phpunit --testsuite end-to-end
195195

196196
code-coverage:
197197
name: Code Coverage

0 commit comments

Comments
 (0)