Skip to content

Commit

Permalink
fix: Error from server (NotFound): pods "agoriclocal-genesis-0" not f…
Browse files Browse the repository at this point in the history
…ound
  • Loading branch information
0xpatrickdev committed Jun 7, 2024
1 parent 514741d commit 00288ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/multichain-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ jobs:
timeout: 30m

- name: Fund Provision Pool
run: make fund-provision-pool
run: |
sleep 30
kubectl config current-context
kubectl get pods
make fund-provision-pool
working-directory: ./agoric-sdk/multichain-testing

- name: Run @agoric/multichain-testing E2E Tests
Expand Down

0 comments on commit 00288ca

Please sign in to comment.