diff --git a/.github/workflows/samples-spring-jdk17.yaml b/.github/workflows/samples-spring-jdk17.yaml index 76a6aa76ceaf..80e2581764df 100644 --- a/.github/workflows/samples-spring-jdk17.yaml +++ b/.github/workflows/samples-spring-jdk17.yaml @@ -17,6 +17,9 @@ jobs: sample: # clients - samples/openapi3/client/petstore/spring-cloud-3-with-optional + # servers + - samples/server/petstore/spring-boot-lombok-data + - samples/server/petstore/spring-boot-lombok-tostring steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4