diff --git a/.github/workflows/samples-kotlin-client.yaml b/.github/workflows/samples-kotlin-client.yaml index 2dff212e64d..3840c1e8309 100644 --- a/.github/workflows/samples-kotlin-client.yaml +++ b/.github/workflows/samples-kotlin-client.yaml @@ -45,6 +45,8 @@ jobs: - samples/client/petstore/kotlin-default-values-jvm-retrofit2 - samples/client/petstore/kotlin-default-values-jvm-volley - samples/client/petstore/kotlin-default-values-multiplatform + - samples/client/petstore/kotlin-jvm-ktor-jackson + - samples/client/petstore/kotlin-jvm-ktor-gson steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3