Files
Test/.gitea/workflows/ios-test.yaml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: EOF
lamtruong28 812dfd7eba
Android Tests / android-test (push) Failing after 53s
Kotlin Multiplatform CI / shared-test (push) Failing after 2m2s
Kotlin Multiplatform CI / android-test (push) Failing after 1m30s
Kotlin Multiplatform CI / android-build (push) Skipped
Kotlin Multiplatform CI / web-test (push) Successful in 4m6s
Debug Gradle Tasks / tasks (push) Successful in 1m47s
SDK Validation / sdk (push) Failing after 53s
Run test
2026-08-08 11:04:46 +07:00

22 lines
397 B
YAML

#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