Skip to content

Commit

Permalink
Add prisma generate
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Feb 19, 2024
1 parent bc07699 commit 9058483
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
cache-dependency-path: pyproject.toml
- name: Install Dependencies
run: pip install -e ".[dev]"
- name: Prisma generate
run: prisma generate
- name: Test
run: pytest tests/ci/

Expand Down

0 comments on commit 9058483

Please sign in to comment.