Skip to content

Commit

Permalink
Update build-and-analyze.yml (#173)
Browse files Browse the repository at this point in the history
make test reports available trough workflow
  • Loading branch information
acn-sbuad authored Aug 29, 2024
1 parent 4ae06dd commit 51b56ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
- name: Upload test results
if: always()
uses: actions/upload-artifact@v2
with:
name: TestResults
path: '**/TestResults/*.trx'
- name: Process .NET test result
if: always()
uses: NasAmin/trx-parser@v0.6.0
Expand Down

0 comments on commit 51b56ee

Please sign in to comment.