Skip to content

Commit

Permalink
FIX mosquitto-extra docker in GitAction
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Jan 16, 2025
1 parent cc39b31 commit ddf53d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ name: "CodeQL Advanced"
on:
push:
branches: [ "master" ]
pull_request:
pull_request:
branches: [ "master" ]
schedule:
schedule:
- cron: '33 5 * * 1'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Note we are reusing the same volume (although the extra broker does not require authenticated user). We use a service in the past
# to implement this (using eclipse-mosquitto:1.6.15) but in eclipse-mosquitto:2.0.11 it seems something in the internal configuration
# has changed and it doesn't work if we don't provide the configuration files in the volume. Again, feedback is welcome! :)
run: docker run -d --name mosquitto -p 1883:1883 -v $(pwd)/test/functionalTest/mosquittoConf:/mosquitto/config:ro eclipse-mosquitto:2.0.11
run: docker run -d --name mosquitto-extra -p 1884:1883 -v $(pwd)/test/functionalTest/mosquittoConf:/mosquitto/config:ro eclipse-mosquitto:2.0.11

- name: Run functional test
run: |
Expand Down

0 comments on commit ddf53d5

Please sign in to comment.