Merge pull request #55 from Zaid-maker/fix-workflow

Fix the CI by passing required env
This commit is contained in:
iza 2025-06-24 19:22:21 +03:00 committed by GitHub
commit 71be89ada3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

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