From 04805bad7d0fff480a0f822a829f22d8398ce586 Mon Sep 17 00:00:00 2001 From: HavenDV Date: Fri, 11 Oct 2024 04:37:49 +0400 Subject: [PATCH] test: Fixed. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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