We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a76e85 commit c4a41d5Copy full SHA for c4a41d5
3 files changed
.github/workflows/samples-groovy.yaml
@@ -20,6 +20,14 @@ jobs:
20
matrix:
21
sample:
22
- samples/client/petstore/groovy
23
+ services:
24
+ petstore-api:
25
+ image: swaggerapi/petstore
26
+ ports:
27
+ - 80:8080
28
+ env:
29
+ SWAGGER_HOST: http://petstore.swagger.io
30
+ SWAGGER_BASE_PATH: /v2
31
steps:
32
- uses: actions/checkout@v5
33
- uses: actions/setup-java@v5
bin/configs/groovy.yaml
@@ -1,6 +1,6 @@
1
generatorName: groovy
2
outputDir: samples/client/petstore/groovy
3
-inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
+inputSpec: modules/openapi-generator/src/test/resources/3_0/groovy/petstore.yaml
4
templateDir: modules/openapi-generator/src/main/resources/Groovy
5
additionalProperties:
6
hideGenerationTimestamp: "true"
0 commit comments