1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

updated usage

This commit is contained in:
Alif Rachmawadi 2019-08-18 21:25:10 +07:00
parent 828493a231
commit 0fdcd6ee16
No known key found for this signature in database
GPG key ID: 79DA63C0F3A55BB1

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