From f2a3fc94436a8a0be84efe3e379ea1fd96c21728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Mon, 13 Jan 2025 17:23:09 +0100 Subject: [PATCH] FIX GitAction mosquitto service volume paths --- .github/workflows/functional.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 7d395251bf..f9db9020ed 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -33,8 +33,8 @@ jobs: ports: - 1883:1883 volumes: - - $(pwd)/test/functionalTest/mosquitto_conf_for_tests.conf:/mosquitto/config/mosquitto.conf - - $(pwd)/test/functionalTest/mosquitto_passwd:/mosquitto/config/passwd + - test/functionalTest/mosquitto_conf_for_tests.conf:/mosquitto/config/mosquitto.conf + - test/functionalTest/mosquitto_passwd:/mosquitto/config/passwd mosquitto-extra: # Needed by MQTT notification tests (multi broker)