build(api): include database in test build process
Some checks failed
Build / build (push) Failing after 43s

This commit is contained in:
Corban-Lee Jones 2025-05-01 14:20:50 +01:00
parent 671b1856c6
commit 40a0211609

View File

@ -20,5 +20,8 @@ jobs:
- name: Install Dependencies
run: npm i
- name: Create database file
run: npm run db:push
- name: Build Dist
run: npm run build