ci: idk at this point
This commit is contained in:
parent
18c5b43a49
commit
fc3f00b3fe
1 changed files with 1 additions and 2 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue