Skip to content

Fix stale smoke test locator causing verify job failure #404

Fix stale smoke test locator causing verify job failure

Fix stale smoke test locator causing verify job failure #404

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11.5.0
run_install: false
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: rustup toolchain install 1.97.1 --profile minimal --component rustfmt,clippy
- run: pnpm install --frozen-lockfile
- run: pnpm format:check
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm test
- run: pnpm build
- run: pnpm rust:check
- run: pnpm --filter @codev/web exec playwright install --with-deps chromium
- run: pnpm test:e2e