Skip to content

Commit

Permalink
fix github workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xian55 committed Jan 3, 2024
1 parent 242e137 commit d7580e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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
run: dotnet build --no-restore UserManagement.sln
- name: Test
run: dotnet test --no-build --verbosity normal UserManagement.Application.UnitTests

0 comments on commit d7580e1

Please sign in to comment.