Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrobeam committed Nov 7, 2024
1 parent 1d2b132 commit 187b289
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/test-stellar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,22 @@ jobs:
echo "$GITHUB_WORKSPACE/bin" >> "${GITHUB_PATH}"
# test if it works
stellar --version
- name: Add as configured network
run: |
ls
ls bin/
echo $GITHUB_PATH
echo $PATH
echo $PWD
echo $GITHUB_WORKSPACE
stellar network add local \
--rpc-url "$RPC_URL" \
--network-passphrase "$NETWORK_PASSPHRASE"
- name: Setup Stellar local network
run: |
docker pull stellar/quickstart
Expand All @@ -89,14 +105,6 @@ jobs:
echo "RPC_URL=${RPC_URL}" >> $GITHUB_ENV
echo "NETWORK_PASSPHRASE=${NETWORK_PASSPHRASE}" >> $GITHUB_ENV
- name: Add as configured network
run: |
ls
echo $GITHUB_PATH
echo $PATH
stellar network add local \
--rpc-url "$RPC_URL" \
--network-passphrase "$NETWORK_PASSPHRASE"
- name: Setup Stellar wallet
run: |
Expand Down

0 comments on commit 187b289

Please sign in to comment.