forked from loafle/openapi-generator-original
revise jdk11 java client tests (#13626)
This commit is contained in:
parent
94bc2ed19c
commit
74bb35d909
17
.github/workflows/samples-java-client-jdk11.yaml
vendored
17
.github/workflows/samples-java-client-jdk11.yaml
vendored
@ -3,10 +3,20 @@ name: Samples Java Client JDK11
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'samples/client/petstore/java*/**'
|
- 'samples/client/petstore/java/**'
|
||||||
|
- 'samples/client/petstore/java-micronaut-client/**'
|
||||||
|
- samples/client/petstore/jaxrs-cxf-client/**
|
||||||
|
- samples/client/petstore/java-micronaut-client/**
|
||||||
|
- samples/openapi3/client/petstore/java/jersey2-java8-special-characters/**
|
||||||
|
- samples/openapi3/client/petstore/java/native/**
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'samples/client/petstore/java*/**'
|
- 'samples/client/petstore/java/**'
|
||||||
|
- 'samples/client/petstore/java-micronaut-client/**'
|
||||||
|
- samples/client/petstore/jaxrs-cxf-client/**
|
||||||
|
- samples/client/petstore/java-micronaut-client/**
|
||||||
|
- samples/openapi3/client/petstore/java/jersey2-java8-special-characters/**
|
||||||
|
- samples/openapi3/client/petstore/java/native/**
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build Java Client JDK11
|
name: Build Java Client JDK11
|
||||||
@ -16,6 +26,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
sample:
|
sample:
|
||||||
# clients
|
# clients
|
||||||
|
- samples/client/petstore/java-micronaut-client
|
||||||
- samples/client/petstore/jaxrs-cxf-client
|
- samples/client/petstore/jaxrs-cxf-client
|
||||||
- samples/client/petstore/java/native
|
- samples/client/petstore/java/native
|
||||||
- samples/client/petstore/java/native-async
|
- samples/client/petstore/java/native-async
|
||||||
@ -38,6 +49,8 @@ jobs:
|
|||||||
- samples/client/petstore/java/apache-httpclient
|
- samples/client/petstore/java/apache-httpclient
|
||||||
- samples/client/petstore/java/feign
|
- samples/client/petstore/java/feign
|
||||||
- samples/client/petstore/java/jersey1
|
- samples/client/petstore/java/jersey1
|
||||||
|
- samples/openapi3/client/petstore/java/jersey2-java8-special-characters
|
||||||
|
- samples/openapi3/client/petstore/java/native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user