Skip to content

Add clusteringPixelSizeThreshold + memory monitoring #502

Add clusteringPixelSizeThreshold + memory monitoring

Add clusteringPixelSizeThreshold + memory monitoring #502

Workflow file for this run

name: slim/build-and-run-unit-tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build-and-test:
name: "Build and run unit tests"
runs-on: ubuntu-latest
steps:
- name: Checkout to repository
uses: actions/checkout@v4.2.2
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run build
- name: Lint
run: bun run lint
- name: Test
run: bun run test