Skip to content

Commit eece0f0

Browse files
author
Petr Sramek
committed
woohooo2
1 parent 9136940 commit eece0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: .
4949
merge-multiple: true
5050
- name: Test
51-
run: dotnet test./tests/**/*Tests.csproj --no-restore --no-build --configuration Release --verbosity normal --logger trx --collect:"Code Coverage" --results-directory TestResults
51+
run: dotnet test ./tests/**/*Tests.csproj --no-restore --no-build --configuration Release --verbosity normal --logger trx --collect:"Code Coverage" --results-directory TestResults
5252
- name: Upload
5353
uses: actions/upload-artifact@v4
5454
with:

0 commit comments

Comments
 (0)