diff --git a/.github/workflows/multichain-e2e.yml b/.github/workflows/multichain-e2e.yml index 0f8542b1c118..6d97cdca72aa 100644 --- a/.github/workflows/multichain-e2e.yml +++ b/.github/workflows/multichain-e2e.yml @@ -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 @@ -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")