Skip to content

Commit 32ed195

Browse files
committed
Add docker debug step
1 parent 23c59f5 commit 32ed195

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/node.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
with:
3232
tag: testing
3333
network: local
34+
# Debug step
35+
- name: Debug Stellar container
36+
run: |
37+
docker ps
38+
docker logs $(docker ps -q --filter ancestor=stellar/quickstart:testing)
39+
curl -v http://localhost:8000/rpc || true
40+
3441
- run: sudo apt-get update && sudo apt-get install -y libudev-dev libdbus-1-dev pkg-config
3542
- name: Check for stellar-scaffold binary
3643
run: |

0 commit comments

Comments
 (0)