Skip to content

Commit

Permalink
Merge pull request #1091 from scrtlabs/lior-update-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
liorbond authored Aug 23, 2022
2 parents 1d6c647 + 30d2a04 commit f62a4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit f62a4f1

Please sign in to comment.