Skip to content

Commit c29e13f

Browse files
committed
add samples, update workflow
1 parent 9a338b1 commit c29e13f

File tree

3 files changed

+748
-0
lines changed

3 files changed

+748
-0
lines changed

.github/workflows/samples-scala.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- samples/client/petstore/scalaz
2525
- samples/client/petstore/scala-pekko
2626
- samples/client/petstore/scala-http4s
27+
- samples/client/petstore/scala-sttp4-jsoniter
2728
#- samples/client/petstore/scala-sttp
2829
#- samples/client/petstore/scala-sttp-circe
2930
# servers
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
generatorName: scala-sttp4-jsoniter
2+
outputDir: samples/client/petstore/scala-sttp4-jsoniter
3+
inputSpec: modules/openapi-generator/src/test/resources/3_0/scala/scala-sttp4-jsoniter/petstore.yaml
4+
templateDir: modules/openapi-generator/src/main/resources/scala-sttp4-jsoniter
5+
additionalProperties:
6+
hideGenerationTimestamp: "true"

0 commit comments

Comments
 (0)