Skip to content

Commit

Permalink
FIX test in example2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Jan 15, 2025
1 parent 06cc0a7 commit c9f5424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c9f5424

Please sign in to comment.