Fix CI build workflow, index casing, and test assertions
All checks were successful
Build / build (pull_request) Successful in 2m16s
All checks were successful
Build / build (pull_request) Successful in 2m16s
This commit is contained in:
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@@ -22,5 +22,16 @@ jobs:
|
||||
- name: Restore
|
||||
run: dotnet restore SlipItIn.slnx
|
||||
|
||||
- name: Build
|
||||
run: dotnet build SlipItIn.slnx --no-restore --configuration Release
|
||||
- name: Build Server-Stack
|
||||
run: |
|
||||
dotnet build SlipItIn.Shared/SlipItIn.Shared.csproj --no-restore --configuration Release
|
||||
dotnet build SlipItIn.ServiceDefaults/SlipItIn.ServiceDefaults.csproj --no-restore --configuration Release
|
||||
dotnet build SlipItIn.Server/SlipItIn.Server.csproj --no-restore --configuration Release
|
||||
dotnet build SlipItIn.Server.Tests/SlipItIn.Server.Tests.csproj --no-restore --configuration Release
|
||||
dotnet build SlipItIn.AppHost/SlipItIn.AppHost.csproj --no-restore --configuration Release
|
||||
|
||||
- name: Build MAUI Client
|
||||
run: dotnet build SlipItIn/SlipItIn.csproj --no-restore --configuration Debug
|
||||
|
||||
- name: Run Server Tests
|
||||
run: dotnet test SlipItIn.Server.Tests/SlipItIn.Server.Tests.csproj --no-restore --configuration Release
|
||||
|
||||
Reference in New Issue
Block a user