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 3dc11d3 commit 1e9192d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/example3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ jobs:
docker exec mosquitto mosquitto_pub -h localhost -t test/topic -m "Hello, World!"
docker exec mosquitto mosquitto_pub -h localhost -t test/topic -m "Another message"
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
16 changes: 8 additions & 8 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Functional Tests

on:
push:
branches:
- master
pull_request:
branches:
- master
- '!checkvalgrind**'
#on:
# push:
# branches:
# - master
# pull_request:
# branches:
# - master
# - '!checkvalgrind**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 1e9192d

Please sign in to comment.