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 b9846c7 commit 833d72f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
with:
args: docker restart mqtt

- run: docker inspect mqtt && docker exec mqtt ls /mosquitto/config
- run: docker inspect mqtt
- run: docker exec mqtt ls /mosquitto/config

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

0 comments on commit 833d72f

Please sign in to comment.