Skip to content

Commit

Permalink
fixup! feat(orchestration): starship e2e tests (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jun 6, 2024
1 parent 72e06fa commit 1144f61
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/multichain-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,22 @@ jobs:
# run: yarn lint
# working-directory: ./agoric-sdk/multichain-testing

- name: Where are we
run: |
echo $(pwd)
echo "BREAK"
cat /home/runner/work/agoric-sdk/multichain-testing/config.ci.yaml
echo "BREAK"
ls /home/runner/work/agoric-sdk
echo "BREAK"
ls /home/runner/work/agoric-sdk/agoric-sdk
- name: Set Up Starship Infrastructure
id: starship-infra
uses: cosmology-tech/[email protected]
with:
# uses ghcr.io/agoric/agoric-sdk:dev image (latest master)
values: ./multichain-testing/config.ci.yaml
values: /home/runner/work/agoric-sdk/multichain-testing/config.ci.yaml
port-forward: true
version: 0.2.2
timeout: 30m
Expand Down

0 comments on commit 1144f61

Please sign in to comment.