[Java][resteasy] Add tests to upload files (#16534)

* add test to upload files (resteasy)

* remove resteasy tests from github workflow
This commit is contained in:
William Cheng
2023-09-08 15:57:10 +08:00
committed by GitHub
parent 026fa514c3
commit c614b9d9b1
3 changed files with 18 additions and 15 deletions

View File

@@ -43,7 +43,6 @@ jobs:
- samples/client/petstore/java/webclient-swagger2
- samples/client/petstore/java/vertx
- samples/client/petstore/java/jersey2-java8-localdatetime
- samples/client/petstore/java/resteasy
- samples/client/petstore/java/google-api-client
- samples/client/petstore/java/rest-assured
- samples/client/petstore/java/rest-assured-jackson
@@ -78,4 +77,4 @@ jobs:
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
- name: Build
working-directory: ${{ matrix.sample }}
run: mvn clean package
run: mvn clean package