Skip to content

Commit

Permalink
Remove unwanted commands from GH action file
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Sep 26, 2024
1 parent 92a32bf commit 1cac789
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ jobs:
- name: Install Pydantic v2
run: pip install --pre "pydantic>=2,<3"
- run: mkdir coverage
- name: Run wasp prisma commands
run: prisma db push --schema=wasp_schema.prisma && prisma generate --schema=wasp_schema.prisma
- name: Prisma
run: prisma migrate deploy && prisma generate
- name: Test without LLMs
Expand Down

0 comments on commit 1cac789

Please sign in to comment.