fix
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
run: dotnet build --no-restore --verbosity normal
|
run: dotnet build --no-restore --verbosity normal
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: dotnet test --no-build --verbosity minimal --logger "trx;LogFileName=test-results.trx" --results-directory ./TestResults --collect:"XPlat Code Coverage" --settings coverlet.runsettings
|
run: dotnet test --no-build --verbosity minimal --logger "trx;LogFileName=test-results.trx" --results-directory ./TestResults
|
||||||
|
|
||||||
- name: Generate test report
|
- name: Generate test report
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user