Created
September 12, 2020 17:36
-
-
Save mariia-cherniuk/8bc4c248f8e941036fbc903b27cbf53f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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