Skip to content

ci int tests

ci int tests #3

name: Integration Tests
on: [push]
jobs:
build-dockernet:
runs-on: ubuntu-latest
steps:
- name: Fetch submodules
run: |

Check failure on line 10 in .github/workflows/integration-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration-tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
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