ci: idk at this point
Some checks failed
Test if Server can be built / build-server (push) Successful in 25s
Test if Server can be built / sonarqube (push) Failing after 52s

This commit is contained in:
Timothy Schenk 2023-11-01 19:07:50 +01:00
parent 18c5b43a49
commit fc3f00b3fe

View file

@ -35,8 +35,7 @@ jobs:
apt-get install --yes openjdk-11-jre
dotnet tool install --global dotnet-sonarscanner
dotnet tool install --global dotnet-coverage
export PATH="$PATH:$HOME/.dotnet/tools"
export PATH="$PATH:/root/.dotnet/tools"
export PATH=$PATH:$HOME/.dotnet/tools
- name: Sonarqube Begin
run: |
dotnet sonarscanner begin /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}"