diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index af7ed4cae..310c4610a 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -75,9 +75,9 @@ jobs: " \ /d:sonar.verbose=true \ /d:sonar.log.level="DEBUG" - dotnet build - dotnet test --no-build --logger:trx -e:CollectCoverage=true -e:CoverletOutputFormat=opencover - dotnet sonarscanner end /d:sonar.login="${{ steps.fetch-secrets.outputs.SONAR-TOKEN }}" + dotnet build + dotnet test --no-build --logger:trx -e:CollectCoverage=true -e:CoverletOutputFormat=opencover + dotnet sonarscanner end /d:sonar.login="${{ steps.fetch-secrets.outputs.SONAR-TOKEN }}" - name: Slack Notification if: failure() && github.ref == 'refs/heads/master'