Needed updating these other tests too

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
ItalyPaleAle 2023-01-13 10:02:49 -08:00
parent 2afca71c2a
commit f94c15900c
4 changed files with 6 additions and 6 deletions

View File

@ -383,17 +383,17 @@ jobs:
run: docker-compose -f ./.github/infrastructure/docker-compose-pulsar.yml -p pulsar up -d
if: contains(matrix.component, 'pulsar')
- name: Start Eclipse Mosquitto (MQTT)
- name: Start Eclipse Mosquitto (MQTT3)
run: docker-compose -f ./.github/infrastructure/docker-compose-mosquitto.yml -p mosquitto up -d
if: contains(matrix.component, 'mqtt-mosquitto')
if: contains(matrix.component, 'mqtt3-mosquitto')
- name: Start EMQ X (MQTT)
- name: Start EMQ X (MQTT3)
run: docker-compose -f ./.github/infrastructure/docker-compose-emqx.yml -p emqx up -d
if: contains(matrix.component, 'mqtt-emqx')
if: contains(matrix.component, 'mqtt3-emqx')
- name: Start VerneMQ (MQTT)
- name: Start VerneMQ (MQTT3)
run: docker-compose -f ./.github/infrastructure/docker-compose-vernemq.yml -p vernemq up -d
if: contains(matrix.component, 'mqtt-vernemq')
if: contains(matrix.component, 'mqtt3-vernemq')
- name: Start hazelcast
run: docker-compose -f ./.github/infrastructure/docker-compose-hazelcast.yml -p hazelcast up -d