Skip to content

Commit

Permalink
debug environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Feb 28, 2024
1 parent 09cfb17 commit 9660fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_local_tesnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Deploy local testnet
run: |
export TESTNETDIR=${GITHUB_WORKSPACE}/docker-testnet
echo ${TESTNETDIR}
docker compose up -d
docker ps -a
docker logs seednode

0 comments on commit 9660fb6

Please sign in to comment.