Change MQTT broker host in tests workflow

This commit is contained in:
Thomas Nordquist
2025-12-24 12:42:12 +01:00
committed by GitHub
parent 1ec10bb007
commit 6f8ad41ef5

View File

@@ -29,7 +29,7 @@ jobs:
- ./:/app
options: --user root
env:
TESTS_MQTT_BROKER_HOST: localhost
TESTS_MQTT_BROKER_HOST: mosquitto
TESTS_MQTT_BROKER_PORT: 1883
steps:
- uses: actions/checkout@v4