Skip to content

Commit 6bb433a

Browse files
Add UI tests for iOS to github actions
1 parent ff0729f commit 6bb433a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ jobs:
5757
- name: Boot simulator
5858
run: xcrun simctl boot "iPhone 8"
5959
- name: Tests
60-
run: ./gradlew library:iosTest
60+
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

Comments
 (0)