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