Merge pull request #55 from Zaid-maker/fix-workflow
Fix the CI by passing required env
This commit is contained in:
3
.github/workflows/bun-ci.yml
vendored
3
.github/workflows/bun-ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user