Skip to content

Improve example theme rendering performance and continuity #2

Improve example theme rendering performance and continuity

Improve example theme rendering performance and continuity #2

Workflow file for this run

name: Quality
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm install
- name: Install Playwright browser
run: npx playwright install --with-deps chromium
- name: Run quality gate (tests + e2e + scope check)
run: npm run check
- name: Run benchmarks
run: npm run benchmark
- name: Upload benchmark results
uses: actions/upload-artifact@v4
with:
name: benchmark-results
path: benchmarks/results/*