diff --git a/.github/workflows/example3.yml b/.github/workflows/example3.yml index 94a1c4601f..b437f43215 100644 --- a/.github/workflows/example3.yml +++ b/.github/workflows/example3.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 23892bf4d1..e73db57b72 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -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 }}