Skip to content

Commit

Permalink
💚 ci: add prisma migrate to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Dec 9, 2024
1 parent a3f891d commit c0b0540
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,13 @@ jobs:
working-directory: ui
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
node-version: 20

- run: yarn install

Expand Down

0 comments on commit c0b0540

Please sign in to comment.