-
Notifications
You must be signed in to change notification settings - Fork 214
56 lines (47 loc) · 1.48 KB
/
multichain-e2e.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: Multichain E2E Tests
on:
# for now, only run on-demand
workflow_dispatch:
pull_request:
jobs:
multichain-e2e:
runs-on: ubuntu-latest
strategy:
matrix:
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: ./multichain-testing
# - name: Install @agoric/mutlichain-testing deps
# run: yarn install
# working-directory: ./multichain-testing
# - name: Lint @agoric/mutlichain-testing
# run: yarn lint
# working-directory: ./multichain-testing
- name: Where are we
run: |
echo $(pwd)
echo "ls"
ls
working-directory: ./multichain-testing
- 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
port-forward: true
version: 0.2.2
timeout: 30m
# - name: Run @agoric/multichain-testing E2E Tests
# run: yarn test
# working-directory: ./multichain-testing