Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 3626478

Browse files
committed
Update config.yml
1 parent 8c59ef5 commit 3626478

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
command: dotnet build ./NetCoreBoilerplateBE/
1414
- run:
1515
name: Run Api Unit Test
16-
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Api.Test/ --no-build
16+
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Api.Test/ --no-build --logger "trx;LogFileName=../../../NetCoreBoilerplateBE_apiTest-output.xml"
1717
- run:
1818
name: Run Service Unit Test
19-
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Service.Test/ --no-build --logger "trx;LogFileName=../../../xunit-output.xml"
19+
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Service.Test/ --no-build --logger "trx;LogFileName=../../../NetCoreBoilerplateBE_serviceTest-output.xml"
2020
- run:
2121
name: Run Repository Unit Test
22-
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Repo.Test/ --no-build --logger "trx;LogFileName=../../../xunit-output.xml"
22+
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Repo.Test/ --no-build --logger "trx;LogFileName=../../../NetCoreBoilerplateBE_repositoryTest-output.xml"
2323
- run:
2424
name: Run Logger Unit Test
25-
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Logger.Test/ --no-build --logger "trx;LogFileName=../../../xunit-output.xml"
25+
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Logger.Test/ --no-build --logger "trx;LogFileName=../../../NetCoreBoilerplateBE_loggerTest-output.xml"

0 commit comments

Comments
 (0)