File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 27
27
PGPASSWORD=$DB_SECRET psql -h localhost -p 5432 -d $DB_NAME -U $DB_USER -f temp.sql
28
28
- name : " Install newman"
29
29
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
+
32
37
- name : " Run tests"
33
38
run : newman run ./postmanTests/rosetta-java.postman_collection.json -e postmanTests/Rosetta-java-env.postman_environment.json -r cli
34
39
- name : " Run rosetta check:data tests"
You can’t perform that action at this time.
0 commit comments