Skip to content

Commit 69da1ea

Browse files
authored
Add new JAX-RS samples to Github workflow (#22314)
* add new jaxrs samples to github workflow * trigger ci
1 parent b1f2a67 commit 69da1ea

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/samples-jaxrs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- samples/server/petstore/jaxrs-cxf-cdi
3535
- samples/server/petstore/jaxrs-cxf-non-spring-app
3636
- samples/server/petstore/jaxrs-spec-microprofile-openapi-annotations
37+
- samples/server/petstore/jaxrs-spec-swagger-annotations
38+
- samples/server/petstore/jaxrs-spec-swagger-v3-annotations-jakarta
39+
- samples/server/petstore/jaxrs-spec-swagger-v3-annotations
3740
steps:
3841
- uses: actions/checkout@v5
3942
- uses: actions/setup-java@v5

samples/server/petstore/jaxrs-spec-swagger-v3-annotations/.openapi-generator-ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
#
25+
#
26+
#
27+
#

0 commit comments

Comments
 (0)