Skip to content

chore: sync workspace package.json to v0.1.1 (matches published) #7

chore: sync workspace package.json to v0.1.1 (matches published)

chore: sync workspace package.json to v0.1.1 (matches published) #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run check
- run: bun run typecheck
- run: bun run build
- run: bun run test
- name: Install Playwright browsers
run: bunx playwright install --with-deps chromium
- run: bun run test:e2e
env:
PLAYWRIGHT_PROJECTS: chromium