Created
July 26, 2019 14:00
-
-
Save DoguD/07e6c33d3191960a63b997542a485bc2 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
| - run: avdmanager create avd -n Nexus_5X_API_26_x86 -k "system-images;android-26;default;x86" -d "Nexus 5X" | |
| - run: osascript ./fastlane/recording_related/dismiss_warning.scpt # Dismisses the same named computer error | |
| - run: | |
| name: Run emulator in background | |
| command: /usr/local/share/android-sdk/tools/emulator @Nexus_5X_API_26_x86 -skin 1080x2066 -memory 2048 -noaudio | |
| background: true | |
| - run: | |
| name: Run Tests | |
| command: bundle exec fastlane ui_test | |
| no_output_timeout: 30m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment