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 c0aa384 commit ae6879d
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/multichain-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@ jobs:
node-version: ['18.x']

steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
path: ./agoric-sdk
- uses: ./agoric-sdk/.github/actions/restore-node
with:
node-version: ${{ matrix.node-version }}
path: ./agoric-sdk

- name: Enable Corepack
run: corepack enable || sudo corepack enable
working-directory: ./agoric-sdk/multichain-testing

- name: Install @agoric/mutlichain-testing deps
run: yarn install
working-directory: ./agoric-sdk/multichain-testing

- name: Lint @agoric/mutlichain-testing
run: yarn lint
working-directory: ./agoric-sdk/multichain-testing
# - uses: actions/checkout@v4
# with:
# submodules: 'true'
# path: ./agoric-sdk
# - uses: ./agoric-sdk/.github/actions/restore-node
# with:
# node-version: ${{ matrix.node-version }}
# path: ./agoric-sdk

# - name: Enable Corepack
# run: corepack enable || sudo corepack enable
# working-directory: ./agoric-sdk/multichain-testing

# - name: Install @agoric/mutlichain-testing deps
# run: yarn install
# working-directory: ./agoric-sdk/multichain-testing

# - name: Lint @agoric/mutlichain-testing
# run: yarn lint
# working-directory: ./agoric-sdk/multichain-testing

- name: Set Up Starship Infrastructure
id: starship-infra
Expand All @@ -44,6 +44,6 @@ jobs:
version: 0.2.2
timeout: 30m

- name: Run @agoric/multichain-testing E2E Tests
run: yarn test
working-directory: ./agoric-sdk/multichain-testing
# - name: Run @agoric/multichain-testing E2E Tests
# run: yarn test
# working-directory: ./agoric-sdk/multichain-testing

0 comments on commit ae6879d

Please sign in to comment.