Skip to content

Commit

Permalink
Rearrange running wasp prisma command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Aug 26, 2024
1 parent 8c584d3 commit c32414f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Run wasp prisma commands
run: prisma db push --schema=wasp_schema.prisma && prisma generate --schema=wasp_schema.prisma
- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: pip install .[docs,testing]
- 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 c32414f

Please sign in to comment.