fix: add solution as argument
This commit is contained in:
6
.github/workflows/dotnet.yaml
vendored
6
.github/workflows/dotnet.yaml
vendored
@@ -16,8 +16,8 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
run: dotnet restore UnmangedMMU/UnmanagedMMU.sln
|
||||
- name: Build
|
||||
run: dotnet build --no-restore
|
||||
run: dotnet build UnmangedMMU/UnmanagedMMU.sln --no-restore
|
||||
- name: Unit Testing
|
||||
run: dotnet test --no-build --verbosity normal
|
||||
run: dotnet test UnmangedMMU/UnmanagedMMU.sln --no-build --verbosity normal
|
||||
|
||||
Reference in New Issue
Block a user