mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 11:41:08 +00:00
Add simulator/emulator workflow tasks
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user