Skip to content

Commit de5d027

Browse files
Merge branch '10.5' into 11.5
2 parents 155f2f6 + f5133b2 commit de5d027

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

135135
- name: Install dependencies with Composer
136-
run: ./tools/composer install --no-ansi --no-interaction --no-progress
136+
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
137137

138138
- name: Run tests with PHPUnit
139-
run: ./phpunit --testsuite unit --order-by depends,random
139+
run: php ./phpunit --testsuite unit --order-by depends,random
140140

141141
end-to-end-tests:
142142
name: End-to-End Tests
@@ -181,10 +181,10 @@ jobs:
181181
tools: none
182182

183183
- name: Install dependencies with Composer
184-
run: ./tools/composer install --no-ansi --no-interaction --no-progress
184+
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
185185

186186
- name: Run tests with PHPUnit
187-
run: ./phpunit --testsuite end-to-end --order-by depends,random
187+
run: php ./phpunit --testsuite end-to-end --order-by depends,random
188188

189189
code-coverage:
190190
name: Code Coverage

0 commit comments

Comments
 (0)