diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 87f9204f..ee0422b3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -102,10 +102,6 @@ jobs: name: Output PHP version for Symfony CLI run: php -v | head -n 1 | awk '{ print $2 }' > .php-version - - - name: Install certificates - run: symfony server:ca:install - - name: Get Composer cache directory id: composer-cache @@ -187,9 +183,13 @@ jobs: vendor/bin/console doctrine:database:create -vvv vendor/bin/console doctrine:migrations:migrate -n -vvv -q + - + name: Setup messenger transports + run: vendor/bin/console messenger:setup-transports -vvv + - name: Validate database schema - run: vendor/bin/console doctrine:schema:validate + run: vendor/bin/console doctrine:schema:validate -vvv - name: Prepare test application assets diff --git a/behat.yml.dist b/behat.yml.dist index e145523a..9f85802f 100644 --- a/behat.yml.dist +++ b/behat.yml.dist @@ -13,7 +13,7 @@ default: Behat\MinkExtension: files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/" - base_url: "https://127.0.0.1:8080/" + base_url: "http://127.0.0.1:8080/" default_session: symfony javascript_session: chrome sessions: