Skip to content

feat: aimock v1.7.0 — full-stack AI mock suite #239

feat: aimock v1.7.0 — full-stack AI mock suite

feat: aimock v1.7.0 — full-stack AI mock suite #239

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22, 24]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test