Skip to content

Commit

Permalink
test: Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Oct 11, 2024
1 parent 35ae324 commit 04805ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:
TestCompany
--output TestProject
--add-tests false
--ignore-openapi-errors

- name: Generate code
run: dotnet run --project src/libs/AutoSDK.CLI
generate specs/${{ matrix.spec }}
--namespace TestSolution
--targetFramework net8.0
--output TestProject/src/libs/TestSolution/Generated
--ignore-openapi-errors

- name: Build
run: dotnet build TestProject
Expand Down

0 comments on commit 04805ba

Please sign in to comment.