Skip to content

Commit

Permalink
Update Tests.yml
Browse files Browse the repository at this point in the history
add diag scheme to unit tests
  • Loading branch information
a-sharifov committed Jan 6, 2024
1 parent 61c605e commit bd5f165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Build Catalog app
run: dotnet build ./crs/Services/Catalog/Catalog.App/Catalog.App.csproj --no-restore
- name: Unit test Catalog app
run: dotnet test ./tests/Catalog.UnitTests/Catalog.UnitTests.csproj --no-build --verbosity normal
run: dotnet test ./tests/Catalog.UnitTests/Catalog.UnitTests.csproj --no-build --verbosity diag

- name: Restore dependencies for Identity app
run: dotnet restore ./crs/Services/Identity/Identity.App/Identity.App.csproj
- name: Build Identity app
run: dotnet build ./crs/Services/Identity/Identity.App/Identity.App.csproj --no-restore
- name: Unit test Identity app
run: dotnet test ./tests/Identity.UnitTests/Identity.UnitTests.csproj --no-build --verbosity normal
run: dotnet test ./tests/Identity.UnitTests/Identity.UnitTests.csproj --no-build --verbosity diag

0 comments on commit bd5f165

Please sign in to comment.