Skip to content

fix: breaking update #6

fix: breaking update

fix: breaking update #6

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: "tests:unit"
cancel-in-progress: true
jobs:
# Single deploy job since we're just deploying
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build
- name: Run tests
run: pnpm test:unit