From 24fd67979f883962b977dc2ae649eecae45efe08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Thu, 16 Jan 2025 09:36:48 +0100 Subject: [PATCH] FIX test --- .github/workflows/example3.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/example3.yml b/.github/workflows/example3.yml index b437f43215..dffec16ba5 100644 --- a/.github/workflows/example3.yml +++ b/.github/workflows/example3.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Run Mosquitto container - run: docker run -d --name mosquitto -p 1883:1883 -v $(pwd)/test/functionalTest/mosquittoConf:/mosquitto/config eclipse-mosquitto + run: docker run -d --name mosquitto -p 1883:1883 -v $(pwd)/test/functionalTest/mosquittoConf:/mosquitto/config eclipse-mosquitto:1.6.15 - name: Publish messages run: | @@ -21,6 +21,6 @@ jobs: docker exec mosquitto mosquitto_pub -h localhost -t test/topic -u user1 -P xxxx -m "Message on auth user" echo "-------------------" docker logs mosquitto - docker exec mosquitto mosquitto_pub -h localhost -t test/topic -u user1 -P xxxxy -m "Message on auth user will fail" - echo "-------------------" - docker logs mosquitto \ No newline at end of file + #docker exec mosquitto mosquitto_pub -h localhost -t test/topic -u user1 -P xxxxy -m "Message on auth user will fail" + #echo "-------------------" + #docker logs mosquitto \ No newline at end of file