Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
dotnet-version: 9.0.x

- name: Restore dependencies
run: dotnet restore Orion.API.Microservices.NET.sln
run: dotnet restore Orion.Microservices.NET.sln

- name: Build solution
run: dotnet build Orion.API.Microservices.NET.sln --no-restore --configuration Release
run: dotnet build Orion.Microservices.NET.sln --no-restore --configuration Release

- name: Run tests with coverage (per test project)
run: |
Expand Down
Loading