Skip to content

Commit

Permalink
Remove steps for building Minimial API in smoke test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle authored Aug 31, 2023
1 parent 8d5d8bd commit 5eb98b0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,4 @@ jobs:
- name: 🛠️ Build .NET Standard 2.1 generated code
run: dotnet build ./ConsoleApp/NetStandard21/NetStandard21.csproj
working-directory: test
if: steps.prepare_openapi_spec.outputs.exists == 'True'

- name: ⚙️ Prepare Minimal API project
run: cp Petstore.cs ./MinimalApi/
working-directory: test
if: ${{ steps.prepare_openapi_spec.outputs.exists == 'True' && inputs.openapi == 'petstore' }}

- name: 🛠️ Build Minimal API generated code
run: dotnet build ./MinimalApi/MinimalApi.csproj
working-directory: test
if: ${{ steps.prepare_openapi_spec.outputs.exists == 'True' && inputs.openapi == 'petstore' }}
if: steps.prepare_openapi_spec.outputs.exists == 'True'

0 comments on commit 5eb98b0

Please sign in to comment.