diff --git a/.github/workflows/detox.yml b/.github/workflows/detox.yml index 6cac03b..a8f0ef1 100644 --- a/.github/workflows/detox.yml +++ b/.github/workflows/detox.yml @@ -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: diff --git a/examples/WebTest/package.json b/examples/WebTest/package.json index e5a6dad..72a1ebe 100644 --- a/examples/WebTest/package.json +++ b/examples/WebTest/package.json @@ -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",