Change MQTT broker host to localhost in tests

This commit is contained in:
Thomas Nordquist
2025-12-24 10:11:41 +01:00
committed by GitHub
parent c0b2950ecb
commit 70e75061b2

View File

@@ -29,7 +29,7 @@ jobs:
- ./:/app
options: --user root
env:
TESTS_MQTT_BROKER_HOST: mosquitto
TESTS_MQTT_BROKER_HOST: localhost
TESTS_MQTT_BROKER_PORT: 1883
services:
mosquitto:
@@ -69,7 +69,7 @@ jobs:
- ./:/app
options: --user root
env:
TESTS_MQTT_BROKER_HOST: mosquitto
TESTS_MQTT_BROKER_HOST: localhost
TESTS_MQTT_BROKER_PORT: 1883
services:
mosquitto: