Skip to content

removing database schem directory - moved to database repository #166

removing database schem directory - moved to database repository

removing database schem directory - moved to database repository #166

Workflow file for this run

on:
push:
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test