Skip to content

Commit

Permalink
test unifying docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Dec 31, 2023
1 parent be30258 commit 843cf84
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,10 @@ jobs:
run: |
make zetanode
- name: Start Private Network
run: |
cd contrib/localnet/
docker compose up -d zetacore0 zetacore1 zetaclient0 zetaclient1 eth bitcoin
- name: Run Smoke Test
run: |
cd contrib/localnet
docker-compose up --exit-code-from orchestrator orchestrator
docker-compose up --exit-code-from orchestrator zetacore0 zetacore1 zetaclient0 zetaclient1 eth bitcoin orchestrator
if [ $? -ne 0 ]; then
echo "Smoke Test Failed"
exit 1
Expand Down

0 comments on commit 843cf84

Please sign in to comment.