Skip to content

Commit

Permalink
add prisma generate to ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed Nov 24, 2023
1 parent a4843cf commit 016e9ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
main-branch-name: main
number-of-agents: 3
init-commands: |
pnpm exec prisma generate
pnpm exec nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
parallel-commands: |
pnpm exec nx-cloud record -- pnpm exec nx format:check
Expand Down

0 comments on commit 016e9ac

Please sign in to comment.