Skip to content

✨ Configure Drizzle ORM #1

✨ Configure Drizzle ORM

✨ Configure Drizzle ORM #1

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
name: Test app
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.x
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test