re arrange
This commit is contained in:
5
.github/workflows/bun-ci.yml
vendored
5
.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
|
||||
@ -38,8 +41,6 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: apps/web
|
||||
env:
|
||||
DATABASE_URL: "postgresql://opencut:opencutthegoat@localhost:5432/opencut"
|
||||
run: bun install
|
||||
|
||||
- name: Build
|
||||
|
Reference in New Issue
Block a user