File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ install:
3737before_script :
3838 - (cd tests/Application && bin/console doctrine:database:create --env=test -vvv)
3939 - (cd tests/Application && bin/console doctrine:schema:create --env=test -vvv)
40- - (cd tests/Application && bin/console assets:install public --env=test -vvv)
40+ - (cd tests/Application && bin/console assets:install --env=test -vvv)
4141 - (cd tests/Application && bin/console cache:warmup --env=test -vvv)
4242 - (cd tests/Application && yarn build)
4343
@@ -68,7 +68,7 @@ before_script:
6868 - java -Dwebdriver.chrome.driver=$SYLIUS_CACHE_DIR/chromedriver -jar $SYLIUS_CACHE_DIR/selenium.jar > /dev/null 2>&1 &
6969
7070 # Run webserver
71- - (cd tests/Application && bin/console server:run 127.0.0.1:8080 -d public - -env=test --quiet > /dev/null 2>&1 &)
71+ - (cd tests/Application && bin/console server:run 127.0.0.1:8080 --env=test --quiet > /dev/null 2>&1 &)
7272
7373script :
7474 - composer validate --strict
You can’t perform that action at this time.
0 commit comments