Skip to content

Commit

Permalink
Run tests on iOS 14 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Feb 6, 2024
1 parent 802c3c5 commit 59a4c92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ steps:
concurrency_group: 'browserstack-app'
concurrency_method: eager

- label: ':runner: expo iOS 15'
- label: ':runner: expo iOS 17'
depends_on:
- "build-expo-ipa"
- "expo-maze-runner-image"
Expand All @@ -88,15 +88,15 @@ steps:
command:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_15
- --device=IOS_17
- --a11y-locator
- --retry=2
- --order=random
concurrency: 5
concurrency_group: 'browserstack-app'
concurrency_method: eager

- label: ':runner: expo iOS 13'
- label: ':runner: expo iOS 14'
depends_on:
- "build-expo-ipa"
- "expo-maze-runner-image"
Expand All @@ -111,7 +111,7 @@ steps:
command:
- --app=build/output.ipa
- --farm=bs
- --device=IOS_13
- --device=IOS_14
- --a11y-locator
- --retry=2
- --order=random
Expand Down

0 comments on commit 59a4c92

Please sign in to comment.