Skip to content

add integration tests to the ci #1

add integration tests to the ci

add integration tests to the ci #1

name: Integration Tests
on: [push]
jobs:
build-dockernet:
runs-on: ubuntu-latest
steps:
- name: Fetch submodules
run: make sync
- name: Build dockernet (only Gaia and Stride)
run: make start-docker build=sgr
- name: Run integration tests
run: |
cd dockernet/ts-tests
pnpm i
pnpm test