This commit is contained in:
Leonid Pershin
2025-10-18 05:00:52 +03:00
parent ee1ac75cf2
commit de31c285f8

View File

@@ -30,7 +30,7 @@ jobs:
run: dotnet build --no-restore --verbosity normal
- name: Run unit tests
run: dotnet test --no-build --verbosity normal --results-directory ./TestResults
run: dotnet test --no-build --verbosity normal --logger "trx;LogFileName=test-results.trx" --results-directory ./TestResults
- name: Generate test report
if: always()