Skip to content

Commit 7f8163c

Browse files
authored
Merge branch 'main' into develop
2 parents 9cd6c16 + 2098692 commit 7f8163c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/integration-test.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ jobs:
2727
PGPASSWORD=$DB_SECRET psql -h localhost -p 5432 -d $DB_NAME -U $DB_USER -f temp.sql
2828
- name: "Install newman"
2929
run: npm install -g newman
30-
- name: "Install rosetta-cli"
31-
run: curl -sSfL https://raw.githubusercontent.com/coinbase/rosetta-cli/master/scripts/install.sh | sh -s
30+
# - name: "Install mesh-cli"
31+
# run: curl -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/master/scripts/install.sh | sh -s
32+
33+
# https://github.com/coinbase/mesh-cli/issues/422
34+
- name: "Install mesh-cli"
35+
run: curl -sSfL https://raw.githubusercontent.com/coinbase/mesh-cli/v0.10.3/scripts/install.sh | sed -e 's/^REPO=.*/REPO=mesh-cli/' | sh -s
36+
3237
- name: "Run tests"
3338
run: newman run ./postmanTests/rosetta-java.postman_collection.json -e postmanTests/Rosetta-java-env.postman_environment.json -r cli
3439
- name: "Run rosetta check:data tests"

0 commit comments

Comments
 (0)