We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9281f07 commit 4fa7de4Copy full SHA for 4fa7de4
1 file changed
.github/workflows/dotnetCi.yml
@@ -44,9 +44,11 @@ jobs:
44
45
# Environment setup pre-build
46
47
- - name: Setup SonarScanner
+ - name: Add .NET global tools location to PATH
48
+ run: export PATH="$PATH:/home/runner/.dotnet/tools"
49
+ - name: Install SonarScanner
50
run: dotnet tool install --global dotnet-sonarscanner
- - name: Setup Coverlet console
51
+ - name: Install Coverlet console
52
run: dotnet tool install --global coverlet.console
53
- name: Setup Selenium Manager config
54
run: |
0 commit comments