Skip to content

Commit

Permalink
💚 Arreglar error con cache de prisma
Browse files Browse the repository at this point in the history
Signed-off-by: danigonzser <[email protected]>
  • Loading branch information
danigonzser committed Oct 22, 2024
1 parent 0487782 commit 4e1f649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
- run: pnpm install
- run: pnpm install && pnpm prisma generate
- run: pnpm run build
- run: pnpm run ci:prisma

Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
- run: pnpm install
- run: pnpm install && pnpm prisma generate
- run: pnpm run build
- run: pnpm run ci:prisma

Expand Down

0 comments on commit 4e1f649

Please sign in to comment.