Skip to content

Commit dc58886

Browse files
committed
Resolve master conflict
1 parent 93cd444 commit dc58886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
make kill-localsecret # next step needs the localsecret ports
318318
- name: Run secret.js tests
319319
run: |
320-
git clone --depth 1 https://github.com/scrtlabs/secret.js
320+
git clone --depth 1 --branch master https://github.com/scrtlabs/secret.js
321321
cd secret.js
322322
# Use the docker images that we built just a few steps above
323323
perl -i -pe 's/localsecret:.+?"/localsecret:v0.0.0"/' ./test/*

0 commit comments

Comments
 (0)