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 @@ -137,10 +137,10 @@ jobs:
137137 tools : none
138138
139139 - name : Install dependencies with Composer
140- run : php ./tools/composer install --no-ansi --no-interaction --no-progress
140+ run : ./tools/composer install --no-ansi --no-interaction --no-progress
141141
142142 - name : Run tests with PHPUnit
143- run : php ./phpunit --testsuite unit
143+ run : ./phpunit --testsuite unit
144144
145145 end-to-end-tests :
146146 name : End-to-End Tests
@@ -188,10 +188,10 @@ jobs:
188188 tools : none
189189
190190 - name : Install dependencies with Composer
191- run : php ./tools/composer install --no-ansi --no-interaction --no-progress
191+ run : ./tools/composer install --no-ansi --no-interaction --no-progress
192192
193193 - name : Run tests with PHPUnit
194- run : php ./phpunit --testsuite end-to-end
194+ run : ./phpunit --testsuite end-to-end
195195
196196 code-coverage :
197197 name : Code Coverage
You can’t perform that action at this time.
0 commit comments