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

Commit 8c59ef5

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

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
@@ -12,14 +12,14 @@ jobs:
1212
name: Build App
1313
command: dotnet build ./NetCoreBoilerplateBE/
1414
- run:
15-
name: Run Unit Test
15+
name: Run Api Unit Test
1616
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Api.Test/ --no-build
1717
- run:
18-
name: Run Unit Test
18+
name: Run Service Unit Test
1919
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Service.Test/ --no-build --logger "trx;LogFileName=../../../xunit-output.xml"
2020
- run:
21-
name: Run Unit Test
21+
name: Run Repository Unit Test
2222
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Repo.Test/ --no-build --logger "trx;LogFileName=../../../xunit-output.xml"
2323
- run:
24-
name: Run Unit Test
24+
name: Run Logger Unit Test
2525
command: dotnet test ./NetCoreBoilerplateBE/NetCoreBoilerPlate.Logger.Test/ --no-build --logger "trx;LogFileName=../../../xunit-output.xml"

0 commit comments

Comments
 (0)