From c9f5424ad229323f7dbfce4ec4a7948ed0a06893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Wed, 15 Jan 2025 13:12:52 +0100 Subject: [PATCH] FIX test in example2.yml --- .github/workflows/example2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example2.yml b/.github/workflows/example2.yml index cbbbff2f47..0a7303bfdd 100644 --- a/.github/workflows/example2.yml +++ b/.github/workflows/example2.yml @@ -16,7 +16,7 @@ jobs: - name: Run Mosquitto container #run: docker run -d --name mosquitto -p 1883:1883 -v ${{ github.workspace }}/test/functionalTest/mosquitto_for_tests.conf:/mosquitto/config/mosquitto.conf -v ${{ github.workspace }}/test/functionalTest/mosquitto_passwd:/mosquitto/config/mosquitto_passwd eclipse-mosquitto #run: docker run -d --name mosquitto -p 1883:1883 -v ${{ github.workspace }}/mosquitto.conf:/mosquitto/config/mosquitto.conf eclipse-mosquitto - run: docker run -d --name mosquitto -p 1883:1883 eclipse-mosquitto + run: docker run -d --name mosquitto -p 1883:1883 -v $(pwd)/test/functionalTest/mosquitto_for_tests.conf:/mosquitto/config/mosquitto.conf eclipse-mosquitto - name: Publish messages run: |