Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Dec 27, 2023
1 parent fb6fbbf commit 671df05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,23 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
if: github.event.repository.full_name == 'zetachain-chain/node'
env:
DOCKER_BUILDKIT: 1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_READ_ONLY }}

- name: Start Private Network
env:
DOCKER_BUILDKIT: 1
run: |
make zetanode
cd contrib/localnet/
docker compose up -d zetacore0 zetacore1 zetaclient0 zetaclient1 eth bitcoin
- name: Run Smoke Test
env:
DOCKER_BUILDKIT: 1
run: |
cd contrib/localnet
docker-compose up orchestrator --exit-code-from orchestrator
Expand Down

0 comments on commit 671df05

Please sign in to comment.