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:
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
You can’t perform that action at this time.
0 commit comments