Skip to content

Commit

Permalink
remove q scan from self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillkrylov committed Dec 20, 2023
1 parent bd9a1bf commit 0758efa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,4 @@ jobs:
/d:sonar.cs.opencover.reportsPaths=".\**\coverage.opencover.xml";
dotnet build .\clio\clio.csproj -c Release --no-incremental;
dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
dotnet build-server shutdown;
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
args: --property, qodana.net.solution=clio.sln
dotnet build-server shutdown;

0 comments on commit 0758efa

Please sign in to comment.