diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea9202f..139c5ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,5 +25,8 @@ jobs: - name: Install Dependencies run: npm install --ignore-scripts + - name: Prisma generate + run: npx prisma generate + - name: Run Tests run: npm run test:unit