Skip to content

Commit

Permalink
chore: updated test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat-Dabade authored and palashgdev committed Nov 22, 2023
1 parent b8c57a7 commit e7f95e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jest-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
package-manager: yarn
working-directory: frontend/*
working-directory: frontend
test-script: yarn jest:coverage
github-token: ${{ secrets.GITHUB_TOKEN }}
output: comment
prnumber: ${{ steps.findPr.outputs.number }}

0 comments on commit e7f95e2

Please sign in to comment.