Skip to content

Commit 364c252

Browse files
author
Petr Sramek
committed
xzcds
1 parent 282de19 commit 364c252

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
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
dotnet-version: ${{ vars.DOTNET_VERSION }}
6565
- name: Test with .NET ${{ vars.DOTNET_VERSION }}
66-
run: dotnet test ./tests/**/*Tests.csproj --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} --verbosity normal --settings unit-test.runsettings --logger trx --collect:Code Coverage --results-directory test-results
66+
run: dotnet test --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} --verbosity normal --settings unit-test.runsettings --logger trx --collect:Code Coverage --results-directory test-results
6767
- name: Upload Test Results
6868
uses: actions/upload-artifact@v4
6969
with:

0 commit comments

Comments
 (0)