Skip to content

Commit

Permalink
debug1
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekgsharma committed Jul 16, 2024
1 parent d3fbf1e commit f38c0aa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/actions/local-network/action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: "Start local network"
description: "Setup and start dashmate local network"
inputs:
Expand Down Expand Up @@ -94,6 +93,16 @@ runs:
cat /home/ubuntu/.dashmate/config.json
- name: Print Docker containers before network start
run: |
echo "Printing Docker containers before network start..."
docker ps -a
- name: Print Docker networks before network start
run: |
echo "Printing Docker networks before network start..."
docker network ls
- name: Start local network
shell: bash
run: yarn start
Expand Down

0 comments on commit f38c0aa

Please sign in to comment.