Skip to content

Commit

Permalink
fix: step to start simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
obstar committed Jul 24, 2024
1 parent eac42ec commit 4dbc341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 &

- name: 🏃🏼 Run tests for iOS simulator
run: npm run wdio:ios:15promax:ci -- --spec ./tests/features/onboarding.feature

0 comments on commit 4dbc341

Please sign in to comment.