Skip to content

Commit

Permalink
Update flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
am15h authored Jul 1, 2020
1 parent e5de45f commit 237d4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: '8.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.12.13+hotfix.5'
flutter-version: '1.17.4'
channel: 'stable'
- name: run tests
timeout-minutes: 30
Expand All @@ -37,4 +37,4 @@ jobs:
profile: ${{ matrix.device }}
script: |
cd ./example/image_classification && flutter pub get
cd ./example/image_classification && flutter driver --driver='test_driver/image_classification_e2e_test.dart' test/image_classification_e2e.dart
cd ./example/image_classification && flutter driver --driver='test_driver/image_classification_e2e_test.dart' test/image_classification_e2e.dart

0 comments on commit 237d4cd

Please sign in to comment.