Skip to content

Commit

Permalink
Merge pull request #298 from mpysiak/fix-missing-admin-credentials
Browse files Browse the repository at this point in the history
Fix missing admin demo credentials
  • Loading branch information
GSadee authored Nov 7, 2024
2 parents b754e66 + ed523c8 commit fbc80c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/packages/sylius_twig_hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbc80c6

Please sign in to comment.