Skip to content

docs: add vitest 5.0.0-rc.2 results next to 4.1.10 #8

docs: add vitest 5.0.0-rc.2 results next to 4.1.10

docs: add vitest 5.0.0-rc.2 results next to 4.1.10 #8

Workflow file for this run

name: smoke
on:
push:
branches: [main]
pull_request:
jobs:
smoke:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm --dir apps/react-spa exec playwright install --with-deps chromium
- run: node scripts/generate.mjs
- run: node scripts/bench.mjs --matrix quick --runs 1 --label smoke