We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cd444 commit dc58886Copy full SHA for dc58886
.github/workflows/ci.yaml
@@ -317,7 +317,7 @@ jobs:
317
make kill-localsecret # next step needs the localsecret ports
318
- name: Run secret.js tests
319
run: |
320
- git clone --depth 1 https://github.com/scrtlabs/secret.js
+ git clone --depth 1 --branch master https://github.com/scrtlabs/secret.js
321
cd secret.js
322
# Use the docker images that we built just a few steps above
323
perl -i -pe 's/localsecret:.+?"/localsecret:v0.0.0"/' ./test/*
0 commit comments