updated usage
Some checks failed
Main workflow / Run (macos-latest) (push) Failing after 2s
Main workflow / Run (ubuntu-latest) (push) Failing after 1m33s
Main workflow / Run (windows-latest) (push) Has been cancelled

This commit is contained in:
Alif Rachmawadi
2019-08-18 21:25:10 +07:00
parent 828493a231
commit 0fdcd6ee16

View File

@@ -44,8 +44,8 @@ steps:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.7.x'
channel: 'dev'
flutter-version: '1.7.x' # you can use 1.7
channel: 'dev' # optional, default to: 'stable'
- run: flutter pub get
- run: flutter test
- run: flutter build apk