Skip to content

fix: change db migration from prepare which runs automatically and br… #14

fix: change db migration from prepare which runs automatically and br…

fix: change db migration from prepare which runs automatically and br… #14

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run builds
run: bun run build
# - name: Run tests
# run: bun run test