diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ad452c..fb6213a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,7 +162,7 @@ jobs: - name: Run Behat run: | - vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="~@todo && ~@cli" + vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="~@todo && ~@cli" || vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="~@todo && ~@cli" --rerun || vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="~@todo && ~@cli" --rerun - name: Upload Behat logs diff --git a/config/packages/sylius_twig_hooks.yaml b/config/packages/sylius_twig_hooks.yaml index 6efd71e..c0166e4 100644 --- a/config/packages/sylius_twig_hooks.yaml +++ b/config/packages/sylius_twig_hooks.yaml @@ -10,7 +10,7 @@ sylius_twig_hooks: template: "info_box.html.twig" priority: 100 - 'sylius_admin.security.login.content': + 'sylius_admin.security.login.page.content': info_box: template: "admin_demo_credentials.html.twig" priority: 150