forked from loafle/openapi-generator-original
Test build.sbt in java (okhttp-gson) petstore sample (#13799)
* test java okhttp build.sbt:w * trigger build * Revert "trigger build" This reverts commit 2febc8961c6f8ec06995ecfe99fcfaac0811f244.
This commit is contained in:
parent
0368987315
commit
6650ba6406
7
.github/workflows/samples-scala.yaml
vendored
7
.github/workflows/samples-scala.yaml
vendored
@ -1,23 +1,26 @@
|
||||
name: Samples Scala
|
||||
name: Samples Scala/sbt
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'samples/client/petstore/scala**'
|
||||
- 'samples/server/petstore/scala**'
|
||||
- 'samples/client/petstore/java/okhttp-gson/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'samples/client/petstore/scala**'
|
||||
- 'samples/server/petstore/scala**'
|
||||
- 'samples/client/petstore/java/okhttp-gson/**'
|
||||
jobs:
|
||||
build:
|
||||
name: Build Scala client, servers
|
||||
name: Build sbt/Scala client, servers
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
sample:
|
||||
# clients
|
||||
- 'samples/client/petstore/java/okhttp-gson'
|
||||
- samples/client/petstore/scalaz
|
||||
#- samples/client/petstore/scala-sttp # won't pass while the same tests in circleci pass
|
||||
# servers
|
||||
|
Loading…
x
Reference in New Issue
Block a user