From 7bf65fe9bf396d4f8e3636d5ddcf1172068b092c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pysiak?= Date: Thu, 7 Nov 2024 10:20:57 +0100 Subject: [PATCH 1/2] Fix missing admin demo credentials --- config/packages/sylius_twig_hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From ed523c844ac36dd372ace74daa3b7a208b375e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pysiak?= Date: Thu, 7 Nov 2024 10:36:46 +0100 Subject: [PATCH 2/2] Add behat reruns --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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