From fe4a4e4e7894a23fcc0aa6214f0d69efd6b317f9 Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Wed, 4 Sep 2019 15:40:33 +0200 Subject: [PATCH] Add simulator/emulator workflow tasks --- .github/workflows/detox.yml | 4 ++++ examples/WebTest/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",