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 c9f5424 commit 18d9bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/example2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ 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 -v $(pwd)/test/functionalTest/mosquitto_for_tests.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/mosquittoConf:/mosquitto/config eclipse-mosquitto

- name: Publish messages
run: |
Expand Down

0 comments on commit 18d9bd2

Please sign in to comment.