File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,24 +140,24 @@ jobs:
140140 -
141141 name : Prepare test application assets
142142 run : |
143- (cd vendor/bin/console assets:install)
144- (cd vendor/sylius/test-application && yarn build:prod)
143+ (vendor/bin/console assets:install public -vvv )
144+ (vendor/sylius/test-application && yarn build:prod)
145145
146146 -
147147 name : Prepare test application cache
148- run : (cd vendor/bin/console cache:warmup -vvv)
148+ run : (vendor/bin/console cache:warmup -vvv)
149149
150150 -
151151 name : Load fixtures in test application
152- run : (cd vendor/bin/console sylius:fixtures:load -n)
152+ run : (vendor/bin/console sylius:fixtures:load -n)
153153
154154 -
155155 name : Validate composer.json
156156 run : composer validate --ansi --strict
157157
158158 -
159159 name : Validate database schema
160- run : (cd vendor/bin/console doctrine:schema:validate)
160+ run : (vendor/bin/console doctrine:schema:validate)
161161
162162 -
163163 name : Run PHPStan
You can’t perform that action at this time.
0 commit comments