Skip to content

Commit 4fa7de4

Browse files
committed
WIP #248 - Add dotnet tools to path
1 parent 9281f07 commit 4fa7de4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/dotnetCi.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ jobs:
4444

4545
# Environment setup pre-build
4646

47-
- name: Setup SonarScanner
47+
- name: Add .NET global tools location to PATH
48+
run: export PATH="$PATH:/home/runner/.dotnet/tools"
49+
- name: Install SonarScanner
4850
run: dotnet tool install --global dotnet-sonarscanner
49-
- name: Setup Coverlet console
51+
- name: Install Coverlet console
5052
run: dotnet tool install --global coverlet.console
5153
- name: Setup Selenium Manager config
5254
run: |

0 commit comments

Comments
 (0)