ci: idk
Some checks failed
Test if Server can be built / build-server (push) Successful in 26s
Test if Server can be built / sonarqube (push) Failing after 54s

This commit is contained in:
Timothy Schenk 2023-11-01 19:46:10 +01:00
parent 074e0f10d2
commit 1209dcd38f

View file

@ -39,6 +39,7 @@ jobs:
dotnet tool install --global dotnet-coverage
- name: Sonarqube Begin
run: |
export PATH="$PATH:/root/.dotnet/tools"
dotnet sonarscanner begin /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}"
- name: Sonarqube Scan
run: |