Last active
November 26, 2019 06:09
-
-
Save dllewellyn/f809fd99ea708bd8eca0717044b1cc8c to your computer and use it in GitHub Desktop.
This file contains 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
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