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 @@ -132,10 +132,10 @@ jobs:
132
132
tools : none
133
133
134
134
- 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
136
136
137
137
- name : Run tests with PHPUnit
138
- run : ./phpunit --testsuite unit --order-by depends,random
138
+ run : php ./phpunit --testsuite unit --order-by depends,random
139
139
140
140
end-to-end-tests :
141
141
name : End-to-End Tests
@@ -190,10 +190,10 @@ jobs:
190
190
tools : none
191
191
192
192
- 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
194
194
195
195
- 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
197
197
198
198
code-coverage :
199
199
name : Code Coverage
You can’t perform that action at this time.
0 commit comments