Skip to content

Commit

Permalink
added docker compose and check if proxy is up.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Feb 28, 2024
1 parent 74fe335 commit 863c60d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_local_tesnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
export TESTNETDIR=${GITHUB_WORKSPACE}/docker-testnet
./prepare.sh
- name: Docker
- name: Docker compose
run: |
docker --version
docker compose up -d
sleep 30s
curl -X POST http://localhost:7950/about

0 comments on commit 863c60d

Please sign in to comment.