Skip to content

Commit 3b0362e

Browse files
committed
try to compile samples
1 parent 17b70c9 commit 3b0362e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/samples-kotlin-server-jdk17.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'samples/server/petstore/kotlin-spring-declarative*/**'
1313
- 'samples/server/petstore/kotlin-spring-sealed-interfaces/**'
1414
- 'samples/server/petstore/kotlin-springboot-sort-validation/**'
15+
- 'samples/server/petstore/kotlin-springboot-paged-model/**'
1516
# comment out due to gradle build failure
1617
# - samples/server/petstore/kotlin-spring-default/**
1718
pull_request:
@@ -25,6 +26,7 @@ on:
2526
- 'samples/server/petstore/kotlin-spring-declarative*/**'
2627
- 'samples/server/petstore/kotlin-spring-sealed-interfaces/**'
2728
- 'samples/server/petstore/kotlin-springboot-sort-validation/**'
29+
- 'samples/server/petstore/kotlin-springboot-paged-model/**'
2830
# comment out due to gradle build failure
2931
# - samples/server/petstore/kotlin-spring-default/**
3032

@@ -65,6 +67,7 @@ jobs:
6567
- samples/server/petstore/kotlin-spring-declarative-interface-wrapped
6668
- samples/server/petstore/kotlin-spring-sealed-interfaces
6769
- samples/server/petstore/kotlin-springboot-sort-validation
70+
- samples/server/petstore/kotlin-springboot-paged-model
6871
# comment out due to gradle build failure
6972
# - samples/server/petstore/kotlin-spring-default/
7073
steps:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- samples/server/petstore/springboot-file-delegate-optional/**
1616
- samples/server/petstore/springboot-petstore-with-api-response-examples/**
1717
- samples/server/petstore/springboot-sort-validation/**
18+
- samples/server/petstore/springboot-paged-model/**
1819
- samples/openapi3/server/petstore/spring-boot-oneof-sealed/**
1920
- samples/openapi3/server/petstore/spring-boot-oneof-interface/**
2021
pull_request:
@@ -31,6 +32,7 @@ on:
3132
- samples/server/petstore/springboot-file-delegate-optional/**
3233
- samples/server/petstore/springboot-petstore-with-api-response-examples/**
3334
- samples/server/petstore/springboot-sort-validation/**
35+
- samples/server/petstore/springboot-paged-model/**
3436
- samples/openapi3/server/petstore/spring-boot-oneof-sealed/**
3537
- samples/openapi3/server/petstore/spring-boot-oneof-interface/**
3638
jobs:
@@ -55,6 +57,7 @@ jobs:
5557
- samples/server/petstore/springboot-file-delegate-optional
5658
- samples/server/petstore/springboot-petstore-with-api-response-examples
5759
- samples/server/petstore/springboot-sort-validation
60+
- samples/server/petstore/springboot-paged-model
5861
- samples/openapi3/server/petstore/spring-boot-oneof-sealed
5962
- samples/openapi3/server/petstore/spring-boot-oneof-interface
6063
steps:

0 commit comments

Comments
 (0)