Skip to content

Complete merge-queue lifecycle and retry guards #357

Complete merge-queue lifecycle and retry guards

Complete merge-queue lifecycle and retry guards #357

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