Skip to content

Commit

Permalink
add: debug container
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Sep 20, 2024
1 parent 7a57006 commit 04bb42b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ jobs:
- name: Check out this repository
uses: actions/checkout@v4

- name: Copy Mosquitto config
run: docker cp ${{ github.workspace }}/.mosquitto/* mqtt:/mosquitto/config

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

- run: docker inspect mqtt

Expand Down

0 comments on commit 04bb42b

Please sign in to comment.