Skip to content

Commit

Permalink
fix: removed duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Jun 25, 2024
1 parent 135eaf8 commit 6e23eae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/step-dotnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ jobs:
files: |
**/TestResults/**/*.json
- name: Publish Test Results
uses: EnricoMi/[email protected]
if: always()
with:
files: |
**/TestResults/**/*.opencover.xml
- name: Stop SonarQube Analysis
if: ${{ inputs.enableSonarQube == true && (success() || steps.test.conclusion == 'failure') }}
id: sonar
Expand Down

0 comments on commit 6e23eae

Please sign in to comment.