Skip to content

Bump FastEndpoints.Swagger and FastEndpoints #1419

Bump FastEndpoints.Swagger and FastEndpoints

Bump FastEndpoints.Swagger and FastEndpoints #1419

Workflow file for this run

name: .NET Core
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.100'
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
run: dotnet test ./Clean.Architecture.sln --configuration Release