Skip to content

Commit dbdd922

Browse files
committed
[Maintenance] build fix
1 parent 1cebeab commit dbdd922

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)