Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
- name: Install dependencies
run: npm install
run: npm ci
- name: Apply all pending migrations to the database
run: npx prisma migrate deploy
env:
Expand Down