updated usage

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

View File

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