Build and test Kotlin Multiplatform samples in CI (#11023)

This commit is contained in:
Tal Kirshboim
2021-12-04 06:06:37 +01:00
committed by GitHub
parent 15f45711a8
commit 8fc6172c6d
3 changed files with 7 additions and 2 deletions
+1 -2
View File
@@ -30,8 +30,7 @@ jobs:
#- samples/client/petstore/kotlin-json-request-string
- samples/client/petstore/kotlin-jvm-okhttp4-coroutines
- samples/client/petstore/kotlin-moshi-codegen
# need some special setup
#- samples/client/petstore/kotlin-multiplatform
- samples/client/petstore/kotlin-multiplatform
- samples/client/petstore/kotlin-nonpublic
- samples/client/petstore/kotlin-nullable
- samples/client/petstore/kotlin-okhttp3
@@ -93,4 +93,7 @@ tasks {
}
}
}
register("test") {
dependsOn("allTests")
}
}
@@ -93,4 +93,7 @@ tasks {
}
}
}
register("test") {
dependsOn("allTests")
}
}