Skip to content

Commit

Permalink
fix github workflow test build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xian55 committed Jan 3, 2024
1 parent d7580e1 commit 426b9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore UserManagement.API
- name: Build
run: dotnet build --no-restore UserManagement.sln
run: dotnet build --no-restore UserManagement.API
- name: Test
run: dotnet test --no-build --verbosity normal UserManagement.Application.UnitTests
run: dotnet test --verbosity normal UserManagement.Application.UnitTests

0 comments on commit 426b9d4

Please sign in to comment.