Add scala-pekko client generator (#17417)

* feat: add scala-pekko client generator

* feat: add scala-pekko client to CI
This commit is contained in:
Mickael Magniez
2023-12-22 03:58:27 +01:00
committed by GitHub
parent 986a9146d7
commit 38c33b92fe
65 changed files with 6540 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ jobs:
# clients
- 'samples/client/petstore/java/okhttp-gson'
- samples/client/petstore/scalaz
- samples/client/petstore/scala-pekko
#- samples/client/petstore/scala-sttp # won't pass while the same tests in circleci pass
# servers
- samples/server/petstore/scala-lagom-server