cli: I really don't know
This commit is contained in:
parent
7d2b9b5984
commit
1d1c578a4a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue