Skip to content

ci int tests

ci int tests #4

name: Integration Tests
on: [push]
jobs:
build-dockernet:
runs-on: ubuntu-latest
steps:
- name: Fetch submodules
run: |
git submodule sync --recursive
git submodule update --init --recursive --depth 1
- 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