Skip to content

Commit

Permalink
fixup! fix: chain registry is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jun 7, 2024
1 parent d6dc500 commit 4f482a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multichain-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Setup Starship Infrastructure
id: starship-infra
uses: cosmology-tech/starship-action@0.2.19
uses: cosmology-tech/starship-action@0.3.0
with:
# uses ghcr.io/agoric/agoric-sdk:dev image (latest master)
values: ./agoric-sdk/multichain-testing/config.yaml
Expand All @@ -52,7 +52,7 @@ jobs:
make fund-provision-pool
working-directory: ./agoric-sdk/multichain-testing

- name: Ensure Chain Registries are available
- name: Ensure ports are forwarded
run: |
curl --fail --retry 3 --retry-delay 10 http://localhost:26657/status || (echo "agoriclocal node is available")
curl --fail --retry 3 --retry-delay 10 http://localhost:8081/chains/agoriclocal || (echo "agoriclocal URL check failed")
Expand Down

0 comments on commit 4f482a6

Please sign in to comment.