Skip to content

Commit

Permalink
update: changes to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
obstar committed Aug 1, 2024
1 parent de892c7 commit 9a2c5e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
jobs:
mobile-e2e-tests:
timeout-minutes: 60
runs-on: macos-latest
runs-on: [self-hosted, macOS, ARM64]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -32,8 +32,5 @@ jobs:
- name: 📱 Start iOS simulator app
run: open -a Simulator.app

- name: 📱 Start iOS simulator device
run: xcrun simctl boot "iPhone 15 Pro Max"

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

0 comments on commit 9a2c5e8

Please sign in to comment.