Skip to content

Instantly share code, notes, and snippets.

@dllewellyn
Last active November 26, 2019 06:09
Show Gist options
  • Save dllewellyn/f809fd99ea708bd8eca0717044b1cc8c to your computer and use it in GitHub Desktop.
Save dllewellyn/f809fd99ea708bd8eca0717044b1cc8c to your computer and use it in GitHub Desktop.
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v1
- run: flutter pub get
- run: flutter test
- run: flutter build apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment