Skip to content

Commit

Permalink
Merge pull request #923 from bugsnag/tests/appium-update
Browse files Browse the repository at this point in the history
[PLAT-5477] Update appium version for iOS 12+ end to end tests
  • Loading branch information
Cawllec committed Dec 3, 2020
2 parents 2595b29 + f7a1e05 commit dd626c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
- "--username=$BROWSER_STACK_USERNAME"
- "--access-key=$BROWSER_STACK_ACCESS_KEY"
- "--resilient"
- "--appium-version=1.15.0"
- "--appium-version=1.17.0"
- "--fail-fast"
concurrency: 10
concurrency_group: browserstack-app
Expand All @@ -49,7 +49,7 @@ steps:
- "--username=$BROWSER_STACK_USERNAME"
- "--access-key=$BROWSER_STACK_ACCESS_KEY"
- "--resilient"
- "--appium-version=1.15.0"
- "--appium-version=1.17.0"
- "--fail-fast"
concurrency: 10
concurrency_group: browserstack-app
Expand All @@ -70,7 +70,7 @@ steps:
- "--username=$BROWSER_STACK_USERNAME"
- "--access-key=$BROWSER_STACK_ACCESS_KEY"
- "--resilient"
- "--appium-version=1.15.0"
- "--appium-version=1.17.0"
- "--fail-fast"
concurrency: 10
concurrency_group: browserstack-app
Expand Down

0 comments on commit dd626c6

Please sign in to comment.