Skip to content

fix(lib): fix build order #3

fix(lib): fix build order

fix(lib): fix build order #3

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
jobs:
my-job:
name: my-job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- run: bun run test