Skip to content

Convert to bun and bun:test #1

Convert to bun and bun:test

Convert to bun and bun:test #1

Workflow file for this run

name: tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: |
bun install --frozen-lockfile
bun run build
bun test