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

- run: docker inspect mqtt
- run: docker exec mqtt ls /mosquitto/config
- 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 4ce4f76

Please sign in to comment.