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/*