Skip to content

Upgrade handler for v204-testnet5 #43

Upgrade handler for v204-testnet5

Upgrade handler for v204-testnet5 #43

Workflow file for this run

name: Integration
on:
push:
branches:
- main
pull_request:
jobs:
test:
# teritorid hangs on ubuntu runner
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Checkout teritori-dapp repo
uses: actions/checkout@v4
with:
repository: TERITORI/teritori-dapp
path: teritori-dapp
ref: 3a01c9753a19f39f5b399b9985f3a1d44ec81d23
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
cache-dependency-path: "teritori-dapp/yarn.lock"
- name: Run integration tests
run: make integration-tests
env:
TERITORI_DAPP_REPO: teritori-dapp