Skip to content

Commit 4acdb58

Browse files
Merge branch '11.5' into 12.2
2 parents 8af693c + de5d027 commit 4acdb58

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
@@ -132,10 +132,10 @@ jobs:
132132
tools: none
133133

134134
- name: Install dependencies with Composer
135-
run: ./tools/composer install --no-ansi --no-interaction --no-progress
135+
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
136136

137137
- name: Run tests with PHPUnit
138-
run: ./phpunit --testsuite unit --order-by depends,random
138+
run: php ./phpunit --testsuite unit --order-by depends,random
139139

140140
end-to-end-tests:
141141
name: End-to-End Tests
@@ -190,10 +190,10 @@ jobs:
190190
tools: none
191191

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

195195
- name: Run tests with PHPUnit
196-
run: ./phpunit --testsuite end-to-end --order-by depends,random
196+
run: php ./phpunit --testsuite end-to-end --order-by depends,random
197197

198198
code-coverage:
199199
name: Code Coverage

0 commit comments

Comments
 (0)