Skip to content

Commit

Permalink
Merge pull request #27 from inversify/fix/collect-coverage-workflow-2
Browse files Browse the repository at this point in the history
Update collect coverage workflow to use proper filters
  • Loading branch information
notaphplover authored Oct 17, 2024
2 parents 04d0caf + 741c3d0 commit 67d7634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/collect-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
ts-build-${{ steps.get-git-commit-hash.outputs.gitCommitHash }}
- name: Build on cache miss
run: pnpm run build --filter ${{ join(matrix.packages, ' --filter ') }}
run: pnpm run build --filter ${{ matrix.package }}
if: ${{ !steps.ts-build-cache.outputs.cache-hit }}

- name: Launch Unit Tests and generate coverage report
Expand Down

0 comments on commit 67d7634

Please sign in to comment.