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 0d98485 commit dd7e671
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@ jobs:
uses: actions/checkout@v4

# Ensure to restart MQTT after checkout to correctly bind the config volume
- name: Restart MQTT
run: docker 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
# - run: docker container exec mqtt ls /mosquitto/config

- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
Expand Down

0 comments on commit dd7e671

Please sign in to comment.