Skip to content

Commit

Permalink
Fix coverage action working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
neg4n committed Feb 7, 2024
1 parent b762910 commit 93bec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
uses: ArtiomTr/jest-coverage-report-action@v2.2.4
with:
package-manager: pnpm
working-directory: "./packages/next-api-compose/"
working-directory: "."
test-script: pnpm jest --json --coverage --testLocationInResults --outputFile=report.json

0 comments on commit 93bec05

Please sign in to comment.