mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
chore: 🚧 set the sonar action to not build the ui
This commit is contained in:
parent
5ef1b4adb6
commit
fa458a816d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sonarscan.yml
vendored
2
.github/workflows/sonarscan.yml
vendored
|
@ -40,5 +40,5 @@ jobs:
|
|||
run: |
|
||||
.\.sonar\scanner\dotnet-sonarscanner begin /k:"Ombi-app_Ombi" /o:"ombi-app" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
|
||||
cd src
|
||||
dotnet build
|
||||
dotnet build -c NonUiBuild
|
||||
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue