cli: I really don't know
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 57s

This commit is contained in:
Timothy Schenk 2023-11-01 19:19:49 +01:00
parent 7d2b9b5984
commit 1d1c578a4a

View file

@ -28,12 +28,13 @@ jobs:
with:
dotnet-version: 7.0
- name: Install dependencies
run: dotnet restore
run: |
dotnet restore
echo "export PATH=$PATH:$HOME/.dotnet/tools" >> /$HOME/.bashrc
- name: Setup Sonarqube Dependencies
run: |
apt-get update
apt-get install --yes openjdk-11-jre
echo "export PATH=$PATH:$HOME/.dotnet/tools" >> /$HOME/.bashrc
dotnet tool install --global dotnet-sonarscanner
dotnet tool install --global dotnet-coverage
- name: Sonarqube Begin