fixing CI

This commit is contained in:
Zaid-maker
2025-06-24 21:16:36 +05:00
parent bbf9aae234
commit 5ed2d729bf

View File

@ -38,6 +38,8 @@ jobs:
- name: Install dependencies
working-directory: apps/web
env:
DATABASE_URL: "postgresql://opencut:opencutthegoat@localhost:5432/opencut"
run: bun install
- name: Build