Skip to content

Onboard to Sentry

Onboard to Sentry #3

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- uses: extractions/setup-just@v2
- run: just install
- run: just test