Skip to content

Commit

Permalink
Update test build action
Browse files Browse the repository at this point in the history
  • Loading branch information
matherm-aboehm committed Oct 19, 2023
1 parent 9dc686c commit ea8d5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dotnet/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
run: dotnet test --logger trx --results-directory ${{ inputs.results-directory }} --no-build --configuration ${{ inputs.dotnet-build-configuration }} --verbosity normal

- name: Parse the unit test files
uses: nasamin/trx-parser@v0.2.0
uses: nasamin/trx-parser@v0.5.0
with:
TRX_PATH: ${{ github.workspace }}/test-results
REPO_TOKEN: ${{ inputs.github-token }}
Expand Down

0 comments on commit ea8d5b9

Please sign in to comment.