We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c59f5 commit 32ed195Copy full SHA for 32ed195
.github/workflows/node.yml
@@ -31,6 +31,13 @@ jobs:
31
with:
32
tag: testing
33
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
+
41
- run: sudo apt-get update && sudo apt-get install -y libudev-dev libdbus-1-dev pkg-config
42
- name: Check for stellar-scaffold binary
43
run: |
0 commit comments