Skip to content

Commit 20b8cb9

Browse files
committed
Try to fix Behat
1 parent a8b9f39 commit 20b8cb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
APP_ENV: test
3232
BEHAT_BASE_URL: "https://127.0.0.1:8080/"
3333
DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"
34+
SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN: "sync://"
35+
SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN: "sync://"
36+
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN: "sync://"
37+
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN: "sync://"
38+
SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_DSN: "sync://"
39+
SYLIUS_MESSENGER_TRANSPORT_PAYMENT_REQUEST_FAILED_DSN: "sync://"
3440

3541
steps:
3642
-

0 commit comments

Comments
 (0)