@@ -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
|
||||
Reference in New Issue
Block a user