Skip to content

ci: fix error to add build step #16

ci: fix error to add build step

ci: fix error to add build step #16

Workflow file for this run

name: Bun CI
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run build
- run: bun ./dist/index.js
- run: bun run --if-present build
- run: bun test