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