Skip to content

Commit

Permalink
Update dotnet-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviuz committed Dec 22, 2023
1 parent d552657 commit f52e9a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore source/*.sln
run: dotnet restore Source/MicroPermissions.sln
- name: Build
run: dotnet build source/*.sln --no-restore
run: dotnet build Source/MicroPermissions.sln --no-restore
- name: Test
run: dotnet test source/*.sln --no-build --verbosity normal
run: dotnet test Source/MicroPermissions.sln --no-build --verbosity normal

0 comments on commit f52e9a0

Please sign in to comment.