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 e57406e commit 13a38cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ jobs:

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

- run: sleep 5
# - run: sleep 5
- run: docker inspect mqtt
- run: docker container exec mqtt ls /mosquitto/config

Expand Down

0 comments on commit 13a38cc

Please sign in to comment.