Update test

This commit is contained in:
Owen
2025-10-04 21:07:59 -07:00
parent 8d7e5baf9d
commit cc7c443145
2 changed files with 7 additions and 6 deletions

View File

@@ -24,10 +24,10 @@ jobs:
run: npm ci
- name: Create database index.ts
run: echo 'export * from "./sqlite";' > server/db/index.ts
run: npm run set:sqlite
- name: Create build file
run: echo 'export const build = 'oss' as any;' > server/build.ts
run: npm run set:oss
- name: Generate database migrations
run: npm run db:sqlite:generate