Skip to content

Commit 67d7bb1

Browse files
committed
add samples to the github workflow
1 parent ec6054c commit 67d7bb1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/samples-java-client-jdk11.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424
- samples/client/others/java/apache-httpclient/**
2525
- samples/client/others/java/resttemplate-list-schema-validation/**
2626
- samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid/**
27+
- samples/client/others/java/restclient-sealedInterface/**
2728
pull_request:
2829
paths:
2930
- 'samples/client/petstore/java/**'
@@ -47,6 +48,7 @@ on:
4748
- samples/client/others/java/apache-httpclient/**
4849
- samples/client/others/java/resttemplate-list-schema-validation/**
4950
- samples/client/petstore/java/okhttp-gson-3.1-duplicated-operationid/**
51+
- samples/client/others/java/restclient-sealedInterface/**
5052
jobs:
5153
build:
5254
name: Build Java Client JDK11
@@ -113,6 +115,7 @@ jobs:
113115
- samples/client/others/java/okhttp-gson-streaming/
114116
- samples/client/petstore/java/resteasy/
115117
- samples/client/petstore/java/apache-httpclient/
118+
- samples/client/others/java/restclient-sealedInterface/
116119
steps:
117120
- uses: actions/checkout@v5
118121
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)