mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-02 21:50:55 +00:00
test (JAVA SPRING RESTCLIENT) 18522: Add more JDK 17echo api tests & fix triggers (#19189)
This commit is contained in:
parent
2f5529a184
commit
75cbebd2d2
@ -3,10 +3,10 @@ name: Java Client (Echo API) JDK17
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- samples/client/echo_api/java/restclient
|
- samples/client/echo_api/java/**
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- samples/client/echo_api/java/restclient
|
- samples/client/echo_api/java/**
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build Java Client JDK17
|
name: Build Java Client JDK17
|
||||||
@ -16,6 +16,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
sample:
|
sample:
|
||||||
# clients
|
# clients
|
||||||
|
- samples/client/echo_api/java/apache-httpclient
|
||||||
|
- samples/client/echo_api/java/native
|
||||||
|
- samples/client/echo_api/java/feign-gson
|
||||||
|
- samples/client/echo_api/java/resttemplate
|
||||||
|
- samples/client/echo_api/java/resteasy
|
||||||
- samples/client/echo_api/java/restclient
|
- samples/client/echo_api/java/restclient
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user