From c754bdaad6709b5a489dabb6fb1b7c2642cd65b6 Mon Sep 17 00:00:00 2001 From: Jakub Obstarczyk <783692+obstar@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:23:26 +0200 Subject: [PATCH] fix: starting simulator --- .github/workflows/e2e_mobile_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_mobile_tests.yaml b/.github/workflows/e2e_mobile_tests.yaml index 1b53946f6..43bb9da4b 100644 --- a/.github/workflows/e2e_mobile_tests.yaml +++ b/.github/workflows/e2e_mobile_tests.yaml @@ -30,7 +30,7 @@ jobs: run: xcrun simctl list - name: 📱 Start iOS simulator - run: open -a Simulator.app & + run: open -a Simulator.app & | xcrun simctl boot "iPhone 15 Pro Max" & - name: 🏃🏼 Run tests for iOS simulator - run: npm run wdio:ios:15promax:ci -- --spec ./tests/features/onboarding.feature \ No newline at end of file + run: npm run wdio:ios:15promax -- --spec ./tests/features/onboarding.feature \ No newline at end of file