Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Oct 5, 2023
1 parent ca021e4 commit c35fa37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@ jobs:
- name: Run check:data
run: ./bin/rosetta-cli --configuration-file ./test/development/config.json check:data

- name: Find out the balance of the prefunded account
run: |
curl -L 'http://127.0.0.1:8080/account/balance' -H 'Content-Type: application/json' -d '{"account_identifier": {"address": "5HChDnRNd2xn7rGsbJNqJrV5NmpALVKTY9YC2Zzeyu5rjzqC"},"network_identifier": {"blockchain": "gear","network": "development"}}'
- name: Run check:construction
run: ./bin/rosetta-cli --configuration-file ./test/development/config.json check:construction

0 comments on commit c35fa37

Please sign in to comment.