diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ecc80cc15..214161e47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -289,6 +289,7 @@ jobs: } else { Write-Output "Found WITDataStore64" } + $foundFiles - run: dotnet tool install --global dotnet-sonarscanner - run: dotnet test "MigrationTools.sln" --results-directory ".\test-results\" --logger trx --collect "Code coverage" --no-build --filter "(TestCategory=L0|TestCategory=L1)" - run: dotnet test "MigrationTools.sln" --results-directory ".\test-results\" --logger trx --collect "Code coverage" --no-build --filter "(TestCategory=L2|TestCategory=L3)"