diff --git a/.github/workflows/android-pipeline.yml b/.github/workflows/ci-pipeline.yml similarity index 71% rename from .github/workflows/android-pipeline.yml rename to .github/workflows/ci-pipeline.yml index 1278f60..0704cbf 100644 --- a/.github/workflows/android-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1,4 +1,4 @@ -name: AndroidCI +name: MultiplatformCI on: push: @@ -17,4 +17,4 @@ jobs: java-version: '17' - name: Compile framework - run: ./gradlew compileDebugKotlin compileDebugKotlinAndroid compileKotlinDesktop compileKotlinJvm compileKotlinIosArm64 compileKotlinIosSimulatorArm64 compileKotlinJs compileKotlinWasmJs + run: ./gradlew compileDebugKotlin compileDebugKotlinAndroid compileKotlinDesktop compileKotlinIosArm64 compileKotlinIosSimulatorArm64 compileKotlinJs compileKotlinWasmJs diff --git a/README.md b/README.md index b35adbd..9452b64 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Ultron [ ![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.atiurin/ultron-compose/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.atiurin/ultron-compose) -![Android CI](https://github.com/open-tool/ultron/workflows/AndroidCI/badge.svg) +![Multiplatform CI](https://github.com/open-tool/ultron/workflows/MultiplatformCI/badge.svg) Ultron is the simplest framework to develop UI tests for **Android** & **Compose Multiplatform**. diff --git a/gradle.properties b/gradle.properties index 42ce441..d86d7a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,4 +14,4 @@ kotlin.mpp.enableCInteropCommonization=true GROUP=com.atiurin POM_ARTIFACT_ID=ultron -VERSION_NAME=2.5.0-alpha14 +VERSION_NAME=2.5.0-alpha15