Run sync
Sync Source / sync (push) Successful in 33s

This commit is contained in:
2026-08-08 15:58:53 +07:00
parent 63b0cff1f5
commit 48ca9dbabf
10 changed files with 10 additions and 0 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