Skip to content

Commit

Permalink
ci(github-actions): remove prisma init steps
Browse files Browse the repository at this point in the history
  • Loading branch information
xcfox committed Dec 11, 2024
1 parent 235b1fb commit 8f5df6e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
uses: ./.github/actions/pnpm
- name: Build
run: pnpm run build
- name: Init example Prisma
run: pnpm -F example-prisma run generate
- name: Init Prisma
run: pnpm -F @gqloom/prisma run init
- name: Type check
run: pnpm run check:type

Expand All @@ -57,7 +53,5 @@ jobs:
uses: ./.github/actions/pnpm
- name: Build
run: pnpm run build
- name: Init Prisma
run: pnpm -F @gqloom/prisma run init
- name: Test
run: pnpm test

0 comments on commit 8f5df6e

Please sign in to comment.