Add simulator/emulator workflow tasks

This commit is contained in:
Jamon Holmgren
2019-09-04 15:40:33 +02:00
parent bb1c09e842
commit fe4a4e4e78
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@ jobs:
name: 'Running tests'
runs-on: 'macOS-latest'
steps:
- name: List Android Emulators
run: emulator -list-avds
- name: List iOS Simulators
run: xcrun simctl list
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
+1 -1
View File
@@ -31,7 +31,7 @@
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/WebTest.app",
"build": "xcodebuild -workspace ios/WebTest.xcworkspace -scheme WebTest -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "iPhone X, iOS 12.4"
"name": "iPhone X"
},
"android.emu.debug": {
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",