Skip to content

ci: add bun test workflow for pull requests #2

ci: add bun test workflow for pull requests

ci: add bun test workflow for pull requests #2

Workflow file for this run

name: Test
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.6
- run: bun install --frozen-lockfile
- run: bun run test