Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Last active February 17, 2020 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tianhaoz95/e97a16f623760bf27dd242ad7b871423 to your computer and use it in GitHub Desktop.
Save tianhaoz95/e97a16f623760bf27dd242ad7b871423 to your computer and use it in GitHub Desktop.
set up environment for android device testing
jobs:
android-integration-test:
name: run integration test on Android emulator
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '8.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.12.13+hotfix.5'
channel: 'stable'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment