Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Upgraded Microsoft.AspNetCore.OpenApi nuget package #431

Upgraded Microsoft.AspNetCore.OpenApi nuget package

Upgraded Microsoft.AspNetCore.OpenApi nuget package #431

Workflow file for this run

name: .NET
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '9.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel
- name: Start containers
run: docker compose -f "./docker-compose.yml" up -d --build
- name: Build
run: dotnet build
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Run Wolverine.Console
run: dotnet run --project ServiceBuses/Wolverine/Cleipnir.Flows.Wolverine.Console/Cleipnir.Flows.Wolverine.Console.csproj
Morty Proxy This is a proxified and sanitized view of the page, visit original site.