We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f27ae6 commit f4e61afCopy full SHA for f4e61af
.github/workflows/database-migrations-all.yml
@@ -5,7 +5,7 @@ on:
5
- '**' # any branch
6
workflow_dispatch: # Allows manual triggering
7
env:
8
- BUN_VERSION: "1.0.26"
+ BUN_VERSION: "1.2.15"
9
jobs:
10
migrate:
11
name: Run Database Migrations
@@ -17,6 +17,8 @@ jobs:
17
uses: oven-sh/setup-bun@v1
18
with:
19
bun-version: ${{ env.BUN_VERSION }}
20
+ - name: Install dependencies
21
+ run: bun install
22
- name: Apply database migrations
23
24
DATABASE_URL: ${{ secrets.DATABASE_URL_DEV }}
.github/workflows/database-migrations-main.yml
- main
0 commit comments