Skip to content

Commit d5b4c94

Browse files
committed
Removed clean step
1 parent b3dcf9e commit d5b4c94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- uses: actions/setup-dotnet@v1
6565
with:
6666
dotnet-version: '3.1.x'
67+
6768
- uses: actions/setup-dotnet@v1
6869
with:
6970
dotnet-version: '5.0.x'
@@ -74,9 +75,7 @@ jobs:
7475

7576
- name: Running unit tests (windows only)
7677
if: matrix.os == 'windows-latest'
77-
run: |
78-
dotnet clean -c Debug && dotnet nuget locals all --clear
79-
dotnet test -c Debug --framework ${{ matrix.framework }}
78+
run: dotnet test -c Debug --framework ${{ matrix.framework }}
8079

8180
- name: Upload coverage to Codecov
8281
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)