Test sdk
Android Tests / android-test (push) Failing after 55s
Kotlin Multiplatform CI / shared-test (push) Failing after 2m4s
Kotlin Multiplatform CI / android-test (push) Failing after 1m27s
Kotlin Multiplatform CI / android-build (push) Skipped
Debug Gradle Tasks / tasks (push) Canceled after 0s
Kotlin Multiplatform CI / web-test (push) Canceled after 1m48s
Lint / lint (push) Failing after 1m32s
SDK Validation / sdk (push) Failing after 53s
Web Tests / web (push) Successful in 4m5s

This commit is contained in:
2026-08-08 10:55:52 +07:00
parent dc393b621c
commit 4fd702d6a3
9 changed files with 229 additions and 31 deletions
+22
View File
@@ -0,0 +1,22 @@
name: iOS Tests
on:
pull_request:
push:
branches:
- main
jobs:
ios-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: chmod +x gradlew
- name: Run iOS Tests
run: ./gradlew shared:iosSimulatorArm64Test
- name: Build iOS Framework
run: ./gradlew shared:linkDebugFrameworkIosSimulatorArm64