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:
138138 tools : none
139139
140140 - 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
142142
143143 - name : Run tests with PHPUnit
144- run : ./phpunit --testsuite unit --order-by depends,random
144+ run : php ./phpunit --testsuite unit --order-by depends,random
145145
146146 end-to-end-tests :
147147 name : End-to-End Tests
@@ -187,10 +187,10 @@ jobs:
187187 tools : none
188188
189189 - 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
191191
192192 - 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
194194
195195 code-coverage :
196196 name : Code Coverage
You can’t perform that action at this time.
0 commit comments