Skip to content

feat: connection health tracking and wait command (#27) #81

feat: connection health tracking and wait command (#27)

feat: connection health tracking and wait command (#27) #81

Workflow file for this run

name: CLI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
cli:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Build
run: bun run build
- name: CLI smoke test
run: |
node packages/agent-react-devtools/dist/cli.js --help || true
node packages/agent-react-devtools/dist/cli.js start &
sleep 2
node packages/agent-react-devtools/dist/cli.js status
node packages/agent-react-devtools/dist/cli.js stop