Skip to content

Commit

Permalink
💚 Fix failing CI due to openapitools issue
Browse files Browse the repository at this point in the history
the generate-sdks job was failing due to some network calls that were performed when validating the OAS, this is avoided by specifying the version of the generator-cli in openapitools.json

see also: OpenAPITools/openapi-generator-cli#802
  • Loading branch information
stevenbal committed Dec 9, 2024
1 parent df117af commit 67db7c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openapitools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.8.0"
}
}

0 comments on commit 67db7c4

Please sign in to comment.