From 2da8c26376d03fcf957f738f4960953162b60910 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Fri, 16 Dec 2022 23:05:53 +0100 Subject: [PATCH] Change e2e ios test to debug config --- .github/workflows/e2e_ios.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e_ios.yml b/.github/workflows/e2e_ios.yml index 2ccd2fc6f..cf87d66ba 100644 --- a/.github/workflows/e2e_ios.yml +++ b/.github/workflows/e2e_ios.yml @@ -62,7 +62,7 @@ jobs: - run: brew tap wix/brew - run: brew install applesimutils - run: npm run e2e:build - - run: npm run e2e:test -- --cleanup --debug-synchronization 200 + - run: npm start & npm run e2e:test -- --cleanup --debug-synchronization 200 notify: name: Notify Slack diff --git a/package.json b/package.json index 69aa9e9fa..4f5013daa 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "postinstall": "husky install", "translate": "node src/i18n/i18ncli.js build", "e2e:build:android": "npx detox build --configuration android.release", - "e2e:build": "npx detox build --configuration ios.release", + "e2e:build": "npx detox build --configuration ios.debug", "e2e:test:android": "npx detox test --configuration android.release", - "e2e:test": "npx detox test --configuration ios.release", + "e2e:test": "npx detox test --configuration ios.debug", "e2e": "npm run e2e:build && npm run e2e:test" }, "dependencies": {