Skip to content

Only autopublish if tests pass #27

Only autopublish if tests pass

Only autopublish if tests pass #27

Workflow file for this run

name: Unit Tests
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test:coverage