From ec7d72b0f8f4972c33e2e16efc4ac693f64b77d6 Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Fri, 30 Aug 2024 13:23:28 -0700 Subject: [PATCH] use testnet snapshot for CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54c96cc..c584e92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: timeout-minutes: 45 steps: - name: Start container - run: docker run -d --name zetacored -p 8545:8545 -e MONIKER=$(uuidgen) ${{ needs.build.outputs.IMAGE }} + run: docker run -d --name zetacored -p 8545:8545 -e MONIKER=$(uuidgen) -e ZETACHAIN_NETWORK=testnet ${{ needs.build.outputs.IMAGE }} - name: Wait for healthy run: | while ! curl -s -f --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":67}' -H 'Content-Type: application/json' http://localhost:8545; do