Skip to content

Commit

Permalink
always make test report available
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-sbuad authored Aug 20, 2024
1 parent 9c0ce84 commit a8db147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
run: |
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
- name: Upload test results
if: always()
uses: actions/upload-artifact@v2
with:
name: TestResults
Expand Down

0 comments on commit a8db147

Please sign in to comment.