Skip to content

Commit 9a80230

Browse files
committed
fix gh volume mount
1 parent 67f7a3a commit 9a80230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ jobs:
497497
ports:
498498
- 1883:1883
499499
volumes:
500-
- ./dev/mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
500+
- ./dev/mosquitto/:/mosquitto/config/
501501
steps:
502502
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
503503
with:

0 commit comments

Comments
 (0)