Skip to content

Commit

Permalink
test(ci): include Update Chain Registry
Browse files Browse the repository at this point in the history
- includes revise-chain-info.builder.js in ci to ensure agoricNames matchs the starship environment
  • Loading branch information
0xpatrickdev committed Jun 19, 2024
1 parent cc6d66e commit 5a20790
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/multichain-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
curl --fail --retry 3 --retry-delay 10 http://localhost:8081/chains/agoriclocal || (echo "agoriclocal URL check failed")
curl --fail --retry 3 --retry-delay 10 http://localhost:8081/chains/osmosislocal || (echo "osmosislocal URL check failed")
curl --fail --retry 3 --retry-delay 10 http://localhost:8081/chains/gaialocal || (echo "gaialocal URL check failed")
- name: Update Chain Registry
run: make update-chain-registry
working-directory: ./agoric-sdk/multichain-testing

- name: Run @agoric/multichain-testing E2E Tests
run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion multichain-testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ add-address:
fund-provision-pool:
kubectl exec -i agoriclocal-genesis-0 -c validator -- agd tx bank send faucet $(PROVISION_POOL_ADDR) 1000000000uist -y -b block

fix-agoric-names:
update-chain-registry:
node_modules/.bin/tsx scripts/deploy-cli.ts src/revise-chain-info.builder.js

ADDR=agoric1ldmtatp24qlllgxmrsjzcpe20fvlkp448zcuce
Expand Down

0 comments on commit 5a20790

Please sign in to comment.