Skip to content

Use bun as a runtime for the build process #98

Use bun as a runtime for the build process

Use bun as a runtime for the build process #98

Workflow file for this run

on: [push, pull_request]
defaults:
run:
working-directory: client
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version-file: client/package.json
- run: bun install
- run: bun run build
- run: bun run test