File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ jobs:
138
138
tools : none
139
139
140
140
- 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
142
142
143
143
- name : Run tests with PHPUnit
144
- run : ./phpunit --testsuite unit --order-by depends,random
144
+ run : php ./phpunit --testsuite unit --order-by depends,random
145
145
146
146
end-to-end-tests :
147
147
name : End-to-End Tests
@@ -187,10 +187,10 @@ jobs:
187
187
tools : none
188
188
189
189
- 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
191
191
192
192
- 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
194
194
195
195
code-coverage :
196
196
name : Code Coverage
You can’t perform that action at this time.
0 commit comments