Skip to content

Commit e6b8c81

Browse files
committed
add new samples to workflow
1 parent 7e2d24c commit e6b8c81

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/samples-spring-jdk17.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ on:
55
paths:
66
- samples/openapi3/client/petstore/spring-cloud-3-with-optional
77
- samples/openapi3/server/petstore/springboot-3
8+
- samples/server/petstore/springboot-api-response-examples
89
- samples/server/petstore/springboot-lombok-data
910
- samples/server/petstore/springboot-lombok-tostring
1011
- samples/server/petstore/springboot-file-delegate-optional
12+
- samples/server/petstore/springboot-petstore-with-api-response-examples
1113
pull_request:
1214
paths:
1315
- samples/openapi3/client/petstore/spring-cloud-3-with-optional
1416
- samples/openapi3/server/petstore/springboot-3
17+
- samples/server/petstore/springboot-api-response-examples
1518
- samples/server/petstore/springboot-lombok-data
1619
- samples/server/petstore/springboot-lombok-tostring
1720
- samples/server/petstore/springboot-file-delegate-optional
21+
- samples/server/petstore/springboot-petstore-with-api-response-examples
1822
jobs:
1923
build:
2024
name: Build Java Spring (JDK17)
@@ -27,9 +31,11 @@ jobs:
2731
- samples/openapi3/client/petstore/spring-cloud-3-with-optional
2832
# servers
2933
- samples/openapi3/server/petstore/springboot-3
34+
- samples/server/petstore/springboot-api-response-examples
3035
- samples/server/petstore/springboot-lombok-data
3136
- samples/server/petstore/springboot-lombok-tostring
3237
- samples/server/petstore/springboot-file-delegate-optional
38+
- samples/server/petstore/springboot-petstore-with-api-response-examples
3339
steps:
3440
- uses: actions/checkout@v4
3541
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)