From 8f5df6e5c5ae26e8469a382584e1a1feda1775d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9B=B5?= <809067559@qq.com> Date: Wed, 11 Dec 2024 18:16:22 +0800 Subject: [PATCH] ci(github-actions): remove prisma init steps --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5dff5c7..78d32dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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