We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0729f commit 6bb433aCopy full SHA for 6bb433a
.github/workflows/continuous-integration-workflow.yml
@@ -57,4 +57,6 @@ jobs:
57
- name: Boot simulator
58
run: xcrun simctl boot "iPhone 8"
59
- name: Tests
60
- run: ./gradlew library:iosTest
+ run: ./gradlew library:iosTest
61
+ - name: UI tests
62
+ run: xcodebuild test -project sample-ios/SampleiOS.xcodeproj -scheme SampleiOS -destination "name=iPhone 8" -testPlan UITest
0 commit comments