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

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