Skip to content

Commit

Permalink
fix: starting simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
obstar committed Jul 24, 2024
1 parent 4dbc341 commit c754bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: npm run wdio:ios:15promax -- --spec ./tests/features/onboarding.feature

0 comments on commit c754bda

Please sign in to comment.