Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richard483 authored Jan 3, 2024
1 parent c3d9bfe commit 5a096a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a096a8

Please sign in to comment.