mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
Generate prisma client in CI
This commit is contained in:
parent
9f911821fa
commit
890865e758
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
|||
- uses: ./.github/actions/setup-node
|
||||
- uses: ./.github/actions/pnpm-install
|
||||
|
||||
- name: Generate Prisma Client
|
||||
run: pnpm db:generate
|
||||
|
||||
- name: Check types
|
||||
run: pnpm type-check
|
||||
|
||||
|
@ -68,6 +71,9 @@ jobs:
|
|||
- uses: ./.github/actions/setup-node
|
||||
- uses: ./.github/actions/pnpm-install
|
||||
|
||||
- name: Generate Prisma Client
|
||||
run: pnpm db:generate
|
||||
|
||||
- name: Install system dependencies
|
||||
run: sudo apt-get update
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue