Skip to content

Commit

Permalink
FIX GitAction mosquitto service volume paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Jan 13, 2025
1 parent 0aa6c36 commit a1fd0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
ports:
- 1883:1883
volumes:
- ./test/functionalTest/mosquitto_conf_for_tests.conf:/mosquitto/config/mosquitto.conf
- ./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)
Expand Down

0 comments on commit a1fd0fc

Please sign in to comment.