Skip to content

Commit 2b739c6

Browse files
committed
Messenger queue implementation
1 parent a638e69 commit 2b739c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
--health-interval 10s
134134
--health-timeout 5s
135135
--health-retries 5
136+
ports:
137+
- 6379
136138
mysql:
137139
image: ghcr.io/ibexa/core/mysql
138140
ports:
@@ -182,8 +184,8 @@ jobs:
182184
SEARCH_ENGINE: legacy
183185
DATABASE_URL: "mysql://mysql:mysql@127.0.0.1:${{ job.services.mysql.ports[3306] }}/testdb"
184186
KERNEL_CLASS: 'Ibexa\Tests\Integration\Messenger\RedisTestKernel'
185-
TEST_IBEXA_MESSENGER_TRANSPORT_DSN: "redis://redis:6379/ibexa_messages?delete_after_ack=0&read_timeout=5"
186-
TEST_IBEXA_MESSENGER_LOCK_DSN: "redis://redis:6379/"
187+
TEST_IBEXA_MESSENGER_TRANSPORT_DSN: "redis://redis:${{ job.services.redis.ports[5432] }}/ibexa_messages?delete_after_ack=0&read_timeout=5"
188+
TEST_IBEXA_MESSENGER_LOCK_DSN: "redis://localhost:${{ job.services.redis.ports[5432] }}/"
187189

188190
integration-tests-mysql:
189191
name: MySQL integration tests

0 commit comments

Comments
 (0)