Skip to content

Commit

Permalink
style: put name of package in block in unit test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenJaden committed Nov 24, 2023
1 parent 3a02d24 commit c94ebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
- name: Run unit tests
uses: ArtiomTr/jest-coverage-report-action@v2
with:
custom-title: Coverage report for ${{ inputs.working-directory }}
custom-title: Coverage report for `${{ inputs.working-directory }}`
working-directory: ${{ inputs.working-directory }}
test-script: yarn workspace ${{ inputs.package-name }} test
package-manager: yarn
Expand Down

0 comments on commit c94ebf2

Please sign in to comment.