add test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user