Skip to content

Commit

Permalink
FIX test
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Jan 16, 2025
1 parent 1e9192d commit 24fd679
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/example3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
#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

0 comments on commit 24fd679

Please sign in to comment.