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:
|
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
|
||||||
|
Reference in New Issue
Block a user