diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bedfeffc5..c59c1d388 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -341,7 +341,7 @@ jobs: make kill-localsecret # next step needs the localsecret ports - name: Run secret.js tests run: | - git clone --depth 1 --branch ibc-hooks https://github.com/scrtlabs/secret.js + git clone --depth 1 --branch master 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/docker-compose.yml