ci: append path prematurely
This commit is contained in:
parent
fc3f00b3fe
commit
41a3505e27
1 changed files with 1 additions and 1 deletions
|
@ -33,9 +33,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes openjdk-11-jre
|
apt-get install --yes openjdk-11-jre
|
||||||
|
export PATH="$PATH:$HOME/.dotnet/tools"
|
||||||
dotnet tool install --global dotnet-sonarscanner
|
dotnet tool install --global dotnet-sonarscanner
|
||||||
dotnet tool install --global dotnet-coverage
|
dotnet tool install --global dotnet-coverage
|
||||||
export PATH=$PATH:$HOME/.dotnet/tools
|
|
||||||
- name: Sonarqube Begin
|
- name: Sonarqube Begin
|
||||||
run: |
|
run: |
|
||||||
dotnet sonarscanner begin /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}"
|
dotnet sonarscanner begin /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}"
|
||||||
|
|
Loading…
Reference in a new issue