Skip to content

Commit

Permalink
Merge pull request #1061 from bugsnag/tms/macs-10.13
Browse files Browse the repository at this point in the history
Add 10.13 e2e tests
  • Loading branch information
twometresteve authored Apr 6, 2021
2 parents 8a4ce80 + 030a64c commit 0c04cae
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,26 @@ steps:
--tags='not @skip_macos'
--fail-fast

- label: ':apple: macOS 10.13 full end-to-end tests'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource-mac-cocoa-10.13
plugins:
artifacts#v1.3.0:
download: ["features/fixtures/macos/output/macOSTestApp.zip"]
upload: ["macOSTestApp.log"]
commands:
- bundle install
- bundle exec maze-runner
--farm=local
--os=macos
--os-version=10.13
--app=macOSTestApp
--tags='not @skip_macos'
--fail-fast

- label: ':apple: macOS 10.14 full end-to-end tests'
depends_on:
- cocoa_fixture
Expand Down

0 comments on commit 0c04cae

Please sign in to comment.