We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68f81c commit 2bdd254Copy full SHA for 2bdd254
.github/workflows/sonar-cloud-analysis.yml
@@ -45,4 +45,5 @@ jobs:
45
./.sonar/scanner/dotnet-sonarscanner begin /k:"notion-dotnet_notion-sdk-net" /o:"notion-dotnet" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
46
dotnet restore
47
dotnet build --no-restore
48
+ dotnet test --no-build
49
./.sonar/scanner/dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
0 commit comments