Skip to content

merge queue: embarking master (05f10ed) and [#139 + #140] together #346

merge queue: embarking master (05f10ed) and [#139 + #140] together

merge queue: embarking master (05f10ed) and [#139 + #140] together #346

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