Skip to content

Commit

Permalink
fixup! fix: Error from server (NotFound): pods "agoriclocal-genesis-0…
Browse files Browse the repository at this point in the history
…" not found
  • Loading branch information
0xpatrickdev committed Jun 7, 2024
1 parent 00288ca commit 6141c33
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/multichain-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,19 @@ jobs:
port-forward: true
version: 0.2.2
timeout: 30m
namespace: agoric-multichain

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

Expand Down

0 comments on commit 6141c33

Please sign in to comment.