Skip to content

self: label idea-flower confidence as a likelihood (~N% likely) #418

self: label idea-flower confidence as a likelihood (~N% likely)

self: label idea-flower confidence as a likelihood (~N% likely) #418

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.14"
- run: bun install --frozen-lockfile
- run: bun test
- run: bunx tsc --noEmit
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.14"
- run: bun install --frozen-lockfile
# Install the Chromium binary; the Playwright webServer builds the SPA and
# serves it (plus the /api surface) through the real Hono server.
- run: bunx playwright install --with-deps chromium
- run: bun run test:e2e