Skip to content

Commit

Permalink
Generate Prisma Client in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Apr 9, 2024
1 parent 849c016 commit 60f9023
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
poetry install
- name: Generate Prisma Client
run: |
poetry run prisma generate
- name: Run Python Script
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
Expand Down

0 comments on commit 60f9023

Please sign in to comment.