Last active
March 23, 2020 09:22
-
-
Save biklas7/196ce6403f8f3449c3a27d2554900af7 to your computer and use it in GitHub Desktop.
Android GitHub Actions Setup - Firebase Test Lab
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
| android-pixel-4: | |
| type: instrumentation | |
| # Specify the path to the debug and test apks generated early | |
| app: app/build/outputs/apk/staging/debug/app-staging-debug.apk | |
| test: app/build/outputs/apk/androidTest/staging/debug/app-staging-debug-androidTest.apk | |
| device: | |
| - model: flame | |
| version: 29 | |
| locale: 'en' | |
| orientation: portrait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment