From 5a096a82d45241a01ac95c2a1f8d82b15a1eff91 Mon Sep 17 00:00:00 2001 From: Richard William <70947923+richard483@users.noreply.github.com> Date: Thu, 4 Jan 2024 00:43:37 +0700 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index d36d656..c998be8 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: npm ci - - run: npx prisma generate - uses: ArtiomTr/jest-coverage-report-action@v2 + with: + test-script: npx prisma generate && npx jest --ci --json --coverage --testLocationInResults --outputFile=report.json