ci: again....
Some checks failed
Test if Server can be built / build-server (push) Successful in 27s
Test if Server can be built / sonarqube (push) Failing after 57s

This commit is contained in:
Timothy Schenk 2023-11-01 19:24:00 +01:00
parent 1d1c578a4a
commit 074e0f10d2

View file

@ -30,7 +30,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
dotnet restore dotnet restore
echo "export PATH=$PATH:$HOME/.dotnet/tools" >> /$HOME/.bashrc echo "export PATH=\"$PATH:$HOME/.dotnet/tools\"" >> /$HOME/.bashrc
- name: Setup Sonarqube Dependencies - name: Setup Sonarqube Dependencies
run: | run: |
apt-get update apt-get update