Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Nov 5, 2024
1 parent 99a15d3 commit e0d6bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
install: true

- name: test ${{ inputs.lib }}
run: pnpm exec nx test ${{ inputs.lib }} --configuration=ci --coverageReporters=cobertura --coverageDirectory="coverage/libs/${{ inputs.lib }}"
run: pnpm exec nx test ${{ inputs.lib }} --configuration=ci --coverageReporters=cobertura

- name: setup coverage report
uses: ./.github/actions/setup-coverage-report
Expand Down

0 comments on commit e0d6bdc

Please sign in to comment.