Skip to content

Commit

Permalink
Update NasAmin/trx-parser action to v0.6.0 (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent 0b008cd commit bf74190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-build-and-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
- name: Process .NET test result
if: ${{ failure() }}
uses: NasAmin/trx-parser@v0.5.0
uses: NasAmin/trx-parser@v0.6.0
with:
TRX_PATH: ${{ github.workspace }}/TestResults
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bf74190

Please sign in to comment.