Skip to content

Add UI improvements, help tooltips, and LLM subject tree generation #5

Add UI improvements, help tooltips, and LLM subject tree generation

Add UI improvements, help tooltips, and LLM subject tree generation #5

Workflow file for this run

name: CI
on:
pull_request:
branches: [staging, main]
push:
branches: [staging]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test:unit
- run: npm run test:integration
e2e:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- run: npx playwright install --with-deps chromium
- run: npm run test:e2e
- uses: actions/upload-artifact@v4
if: failure()
with:
name: playwright-report
path: playwright-report/