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

add dart usage example

This commit is contained in:
Alif Rachmawadi 2020-04-14 02:34:44 +00:00
parent cfb544479d
commit c1bf65eb31
No known key found for this signature in database
GPG key ID: 79DA63C0F3A55BB1

View file

@ -70,6 +70,8 @@ jobs:
with:
flutter-version: '1.11.0'
channel: 'beta'
- run: dart --version
- run: flutter --version
- run: flutter pub get
- run: flutter test
- run: flutter build apk