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 committed Nov 22, 2023
1 parent c85be04 commit 49d0f7d
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 49d0f7d

Please sign in to comment.