ci: another one
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 1m25s

This commit is contained in:
Timothy Schenk 2023-11-01 19:52:35 +01:00
parent af1e69f424
commit 7a20ca7ff9

View file

@ -20,8 +20,6 @@ jobs:
sonarqube:
needs: build-server
runs-on: ubuntu-latest
env:
PATH: ${{ env.HOME }}/.dotnet/tools:${{ env.PATH }}
if: gitea.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
@ -32,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
dotnet restore
echo "export PATH=\"$PATH:$HOME/.dotnet/tools\"" >> /$HOME/.bashrc
echo "::add-path::${{ env.HOME }}/.dotnet/tools"
- name: Setup Sonarqube Dependencies
run: |
apt-get update