Skip to content

Merge pull request #73 from Zetazzz/main #91

Merge pull request #73 from Zetazzz/main

Merge pull request #73 from Zetazzz/main #91

Workflow file for this run

name: Run E2E Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
e2e-tests:
runs-on: ubuntu-latest
steps:
- name: checkout 🛎️
uses: actions/checkout@v2.3.1
- name: node
uses: actions/setup-node@v3
with:
node-version: 18.4.0
- name: deps
run: yarn
- name: build
run: yarn build
# Starship Infra setup
# - Create a local kind cluster
# - Creates a new namespace based on the name
# - Spins up the infra with the given config file
# - Waits till all nodes are running (timeout 30m)
# - Port forward all ports to localhost for next steps to connect
- name: infra
id: starship-action
uses: cosmology-tech/starship-action@0.2.12
with:
values: packages/osmojs/starship/configs/local-config.yaml
port-forward: true
version: 0.1.38
- name: e2e
run: cd ./packages/osmojs/starship && yarn e2e:test