We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f7a3a commit 927d90aCopy full SHA for 927d90a
.github/workflows/pr_tests.yaml
@@ -497,7 +497,7 @@ jobs:
497
ports:
498
- 1883:1883
499
volumes:
500
- - ./dev/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
+ - ${{ github.workspace }}/dev/mosquitto:/mosquitto/config
501
steps:
502
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
503
with:
docker-compose.yaml
@@ -43,6 +43,7 @@ services:
43
44
mosquitto:
45
image: eclipse-mosquitto:latest
46
+ command: mosquitto -c /mosquitto-no-auth.conf
47
48
49
security_opt:
0 commit comments