Skip to content

Commit

Permalink
Add sample that uses generateBuilders=true to test build matrix
Browse files Browse the repository at this point in the history
Serves as an additional regression check for OpenAPITools#12804
  • Loading branch information
Philzen committed Jun 15, 2024
1 parent d9ec404 commit 85ffc30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/samples-spring-jdk17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- samples/openapi3/client/petstore/spring-cloud-3-with-optional
- samples/openapi3/server/petstore/springboot-3
pull_request:
paths:
- samples/openapi3/client/petstore/spring-cloud-3-with-optional
- samples/openapi3/server/petstore/springboot-3
- samples/server/petstore/springboot-lombok-data
- samples/server/petstore/springboot-lombok-tostring
jobs:
Expand All @@ -20,6 +22,7 @@ jobs:
# clients
- samples/openapi3/client/petstore/spring-cloud-3-with-optional
# servers
- samples/openapi3/server/petstore/springboot-3
- samples/server/petstore/springboot-lombok-data
- samples/server/petstore/springboot-lombok-tostring
steps:
Expand Down

0 comments on commit 85ffc30

Please sign in to comment.