Skip to content

Instantly share code, notes, and snippets.

@mariia-cherniuk
Created September 12, 2020 17:36
Show Gist options
  • Save mariia-cherniuk/8bc4c248f8e941036fbc903b27cbf53f to your computer and use it in GitHub Desktop.
Save mariia-cherniuk/8bc4c248f8e941036fbc903b27cbf53f to your computer and use it in GitHub Desktop.
unit-tests:
only:
- external_pull_requests
stage: unit-tests
tags: [osx]
script:
- bundle exec fastlane pull_request
artifacts:
when: always
paths:
- ./Tests/FailureDiffs
reports:
junit: ./fastlane/test_output/report.junit
ui-regression:
only:
- external_pull_requests
stage: ui-regression
needs: [unit-tests]
tags: [osx]
script:
- bundle exec fastlane regression
artifacts:
paths:
- ./fastlane/test_output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment