File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments