diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4fc3da424..bcee710f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -317,7 +317,7 @@ jobs: make kill-localsecret # next step needs the localsecret ports - name: Run secret.js tests run: | - git clone --depth 1 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/*