re arrange

This commit is contained in:
Zaid-maker
2025-06-24 21:19:31 +05:00
parent 5ed2d729bf
commit afb32909fe

View File

@ -21,6 +21,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
env:
DATABASE_URL: "postgresql://opencut:opencutthegoat@localhost:5432/opencut"
steps:
- name: Checkout repository
uses: actions/checkout@v4
@ -38,8 +41,6 @@ jobs:
- name: Install dependencies
working-directory: apps/web
env:
DATABASE_URL: "postgresql://opencut:opencutthegoat@localhost:5432/opencut"
run: bun install
- name: Build