Print flutter version on builds

This commit is contained in:
Luan Nico
2020-06-15 08:51:34 -04:00
parent 6f14b767e4
commit be4feeb826

View File

@@ -14,6 +14,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'dev'
- run: flutter --version
- run: flutter pub get
- run: ./scripts/lint.sh
- run: flutter test