Skip to content

Instantly share code, notes, and snippets.

@biklas7
Last active March 23, 2020 09:22
Show Gist options
  • Select an option

  • Save biklas7/196ce6403f8f3449c3a27d2554900af7 to your computer and use it in GitHub Desktop.

Select an option

Save biklas7/196ce6403f8f3449c3a27d2554900af7 to your computer and use it in GitHub Desktop.
Android GitHub Actions Setup - Firebase Test Lab
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