7070 - pubsub.redis
7171 - pubsub.kafka-wurstmeister
7272 - pubsub.kafka-confluent
73+ - pubsub.kubemq
7374 - secretstores.kubernetes
7475 - secretstores.localenv
7576 - secretstores.localfile
@@ -292,7 +293,7 @@ jobs:
292293 - name : Start Eclipse Mosquitto (MQTT)
293294 run : docker-compose -f ./.github/infrastructure/docker-compose-mosquitto.yml -p mosquitto up -d
294295 if : contains(matrix.component, 'mqtt-mosquitto')
295-
296+
296297 - name : Start EMQ X (MQTT)
297298 run : docker-compose -f ./.github/infrastructure/docker-compose-emqx.yml -p emqx up -d
298299 if : contains(matrix.component, 'mqtt-emqx')
@@ -348,7 +349,7 @@ jobs:
348349 run : |
349350 docker-compose -f ./.github/infrastructure/docker-compose-cockroachdb.yml -p cockroachdb up -d
350351 if : contains(matrix.component, 'cockroachdb')
351-
352+
352353 - name : Start vault
353354 run : |
354355 docker-compose -f ./.github/infrastructure/docker-compose-hashicorp-vault.yml -p vault up -d
@@ -359,6 +360,10 @@ jobs:
359360 docker-compose -f ./.github/infrastructure/docker-compose-rethinkdb.yml -p rethinkdb up -d
360361 if : contains(matrix.component, 'rethinkdb')
361362
363+ - name : Start kubemq
364+ run : docker-compose -f ./.github/infrastructure/docker-compose-kubemq.yml -p kubemq up -d
365+ if : contains(matrix.component, 'kubemq')
366+
362367 - name : Setup KinD test data
363368 if : contains(matrix.component, 'kubernetes')
364369 run : |
@@ -369,7 +374,7 @@ jobs:
369374 uses : actions/setup-go@v3
370375 with :
371376 go-version : ' ^1.19'
372-
377+
373378 - name : Download Go dependencies
374379 run : |
375380 go mod download
0 commit comments