Skip to content

Commit f5133b2

Browse files
Merge branch '9.6' into 10.5
2 parents 982fadd + c8cff11 commit f5133b2

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
@@ -138,10 +138,10 @@ jobs:
138138
tools: none
139139

140140
- name: Install dependencies with Composer
141-
run: ./tools/composer install --no-ansi --no-interaction --no-progress
141+
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
142142

143143
- name: Run tests with PHPUnit
144-
run: ./phpunit --testsuite unit --order-by depends,random
144+
run: php ./phpunit --testsuite unit --order-by depends,random
145145

146146
end-to-end-tests:
147147
name: End-to-End Tests
@@ -187,10 +187,10 @@ jobs:
187187
tools: none
188188

189189
- name: Install dependencies with Composer
190-
run: ./tools/composer install --no-ansi --no-interaction --no-progress
190+
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
191191

192192
- name: Run tests with PHPUnit
193-
run: ./phpunit --testsuite end-to-end --order-by depends,random
193+
run: php ./phpunit --testsuite end-to-end --order-by depends,random
194194

195195
code-coverage:
196196
name: Code Coverage

0 commit comments

Comments
 (0)