From bee91a0303f28eb11f2086823f8fc519f99f0e10 Mon Sep 17 00:00:00 2001 From: evgeniy-scherbina Date: Tue, 13 Aug 2024 13:50:34 -0400 Subject: [PATCH] Minor changes --- .github/workflows/ci-local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-local.yml b/.github/workflows/ci-local.yml index 727b120..f8e5a45 100644 --- a/.github/workflows/ci-local.yml +++ b/.github/workflows/ci-local.yml @@ -59,7 +59,7 @@ jobs: run: KAVA_RPC_URL=http://localhost:26657 NETWORK=kava-local PORT=4000 SKIP_LIVE_NODE_TESTS=true make test-integration working-directory: ./rosetta-kava - - name: Download cli + - name: Download coinbase rosetta-cli run: "curl -sSfL https://raw.githubusercontent.com/coinbase/rosetta-cli/master/scripts/install.sh | sh -s" working-directory: ./rosetta-kava