Skip to content

Commit

Permalink
fix: shared coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBaroso committed May 25, 2024
1 parent 47682e0 commit 567f80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fullstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: shared-unit-coverage-report
path: ./shared/coverage/lcov.info
path: ./coverage/shared/lcov.info

- name: Run api unit tests
run: pnpm --filter api test:cov
Expand Down

0 comments on commit 567f80b

Please sign in to comment.