Skip to content

Commit 4f27ae6

Browse files
committed
chore: remove dependency installation step from database migration workflow
- Eliminated the "Install dependencies" step from the database migrations workflow to streamline the process, as dependencies are already handled in a previous step.
1 parent 4f2701b commit 4f27ae6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/database-migrations-all.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
uses: oven-sh/setup-bun@v1
1818
with:
1919
bun-version: ${{ env.BUN_VERSION }}
20-
- name: Install dependencies
21-
run: bun install --filter './packages/db'
2220
- name: Apply database migrations
2321
env:
2422
DATABASE_URL: ${{ secrets.DATABASE_URL_DEV }}

0 commit comments

Comments
 (0)