Skip to content

feat(mcp): SYSMLEGRAPH_SUBSCRIBER; docs: INSTALL two-repo, worker exi… #3

feat(mcp): SYSMLEGRAPH_SUBSCRIBER; docs: INSTALL two-repo, worker exi…

feat(mcp): SYSMLEGRAPH_SUBSCRIBER; docs: INSTALL two-repo, worker exi… #3

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
build-test:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: npm
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run test:daemon