From 30d2a041468ef13e89acd9fa617296d47fd43b1d Mon Sep 17 00:00:00 2001 From: Lior Bondarevski Date: Wed, 24 Aug 2022 00:04:47 +0300 Subject: [PATCH] Fix CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 41f057550..5300e829b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -278,7 +278,7 @@ jobs: DOCKER_TAG=v0.0.0 make build-localsecret - name: Run secret.js tests run: | - git clone --depth 1 --branch lior-fix-based-on-rpc https://github.com/scrtlabs/secret.js + git clone --depth 1 --branch lior-fix-based-on-rpc-2 https://github.com/scrtlabs/secret.js cd secret.js # Use the docker images that we built just a few steps above perl -i -pe 's/localsecret:.+?"/localsecret:v0.0.0"/' ./test/*