From b100d87744764f571c2c46085fc2fc423f4d6bbc Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sun, 24 Apr 2022 15:45:01 +0800 Subject: [PATCH] add samples/client/petstore/kotlin-bigdecimal-default to kotlin ci tests --- .github/workflows/samples-kotlin-client.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/samples-kotlin-client.yaml b/.github/workflows/samples-kotlin-client.yaml index 009733cce67..78971c3c403 100644 --- a/.github/workflows/samples-kotlin-client.yaml +++ b/.github/workflows/samples-kotlin-client.yaml @@ -39,6 +39,7 @@ jobs: - samples/client/petstore/kotlin-threetenbp - samples/client/petstore/kotlin-uppercase-enum - samples/client/petstore/kotlin-array-simple-string + - samples/client/petstore/kotlin-bigdecimal-default steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v3