51
51
tools : none
52
52
53
53
- name : Install dependencies with Composer
54
- run : ./tools/composer update --no-interaction --no-ansi --no-progress
54
+ run : ./tools/composer install --no-interaction --no-ansi --no-progress
55
55
56
56
- name : Run Psalm on public API
57
57
run : ./tools/psalm --config=.psalm/static-analysis.xml --no-progress --show-info=false
@@ -101,7 +101,7 @@ jobs:
101
101
tools : none
102
102
103
103
- name : Install dependencies with Composer
104
- run : php ./tools/composer update --no-ansi --no-interaction --no-progress
104
+ run : php ./tools/composer install --no-ansi --no-interaction --no-progress
105
105
106
106
- name : Run tests with PHPUnit
107
107
run : php ./phpunit --testsuite unit
@@ -151,7 +151,7 @@ jobs:
151
151
tools : none
152
152
153
153
- name : Install dependencies with Composer
154
- run : php ./tools/composer update --no-ansi --no-interaction --no-progress
154
+ run : php ./tools/composer install --no-ansi --no-interaction --no-progress
155
155
156
156
- name : Run tests with PHPUnit
157
157
run : php ./phpunit --testsuite end-to-end
@@ -178,7 +178,7 @@ jobs:
178
178
tools : none
179
179
180
180
- name : Install dependencies with Composer
181
- run : ./tools/composer update --no-ansi --no-interaction --no-progress
181
+ run : ./tools/composer install --no-ansi --no-interaction --no-progress
182
182
183
183
- name : Collect code coverage with PHPUnit
184
184
run : ./phpunit --coverage-clover=coverage.xml
0 commit comments