diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 810b02c4cd..9b944c9ecc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,6 @@ jobs: TestCompany --output TestProject --add-tests false - --ignore-openapi-errors - name: Generate code run: dotnet run --project src/libs/AutoSDK.CLI @@ -75,6 +74,7 @@ jobs: --namespace TestSolution --targetFramework net8.0 --output TestProject/src/libs/TestSolution/Generated + --ignore-openapi-errors - name: Build run: dotnet build TestProject