Skip to content

D4: Add bounded production agent adapters #359

D4: Add bounded production agent adapters

D4: Add bounded production agent adapters #359

Workflow file for this run

name: CI
on:
push:
branches: [main, 'codex/**']
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '26.7.0'
cache: npm
- run: npm ci --ignore-scripts
- run: npm run typecheck
- run: npm test
- run: npx playwright install --with-deps chromium
- run: npm run test:browser