Skip to content

Merge of #146

Merge of #146 #364

Workflow file for this run

name: Test
on:
push:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
name: Run Tests and Generate Coverage Report
runs-on: ubuntu-latest
env:
TURBO_FORCE: true
steps:
- uses: actions/[email protected]
- name: Set up pnpm
uses: pnpm/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version-file: package.json
cache: "pnpm"
- run: pnpm install -rw --frozen-lockfile
- run: pnpm biome ci --reporter=github
- run: pnpm run cov