Skip to content

Commit

Permalink
add: fix restart mosquitto command
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Sep 20, 2024
1 parent 9ea2525 commit b47b48f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ jobs:
- name: Check out this repository
uses: actions/checkout@v4

# Ensure to restart MQTT after checkout to correctly bind the config volume
- name: Restart MQTT
uses: docker://docker
with:
args: restart mqtt

- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{ matrix.elixir }}

# Ensure to restart MQTT after checkout to correctly bind the config volume
- name: Restart MQTT
uses: docker://docker
with:
args: docker restart mqtt

- name: Cache Mix dependencies
uses: actions/cache@v3
id: cache-deps
Expand Down

0 comments on commit b47b48f

Please sign in to comment.