Skip to content

Commit

Permalink
chore: custom port-forward script
Browse files Browse the repository at this point in the history
- until cosmology-tech/starship#561 landed in cosmosology-tech/starship-action
  • Loading branch information
0xpatrickdev committed Oct 16, 2024
1 parent 338272e commit f269432
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/multichain-e2e-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,20 @@ jobs:
with:
# uses ghcr.io/agoric/agoric-sdk:dev image (latest master)
values: ./agoric-sdk/multichain-testing/${{ inputs.config }}
port-forward: true
port-forward: false
version: 0.2.10
timeout: 30m
namespace: agoric-multichain-${{ inputs.relayer-type }}

- name: Port forward
run: |
kubectl version
./agoric-sdk/multichain-testing/scripts/port-forward.sh --config=$VALUES_FILE --namespace=$NAMESPACE
shell: bash
env:
VALUES_FILE: ./agoric-sdk/multichain-testing/${{ inputs.config }}
NAMESPACE: agoric-multichain-${{ inputs.relayer-type }}

- name: Fund Provision Pool
run: |
kubectl config set-context --current --namespace=agoric-multichain-${{ inputs.relayer-type }}
Expand Down

0 comments on commit f269432

Please sign in to comment.