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:
|
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
|
||||||
@ -38,8 +41,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: apps/web
|
working-directory: apps/web
|
||||||
env:
|
|
||||||
DATABASE_URL: "postgresql://opencut:opencutthegoat@localhost:5432/opencut"
|
|
||||||
run: bun install
|
run: bun install
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Reference in New Issue
Block a user