We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5de45f commit 237d4cdCopy full SHA for 237d4cd
.github/workflows/flutter_drive.yml
@@ -23,7 +23,7 @@ jobs:
23
java-version: '8.x'
24
- uses: subosito/flutter-action@v1
25
with:
26
- flutter-version: '1.12.13+hotfix.5'
+ flutter-version: '1.17.4'
27
channel: 'stable'
28
- name: run tests
29
timeout-minutes: 30
@@ -37,4 +37,4 @@ jobs:
37
profile: ${{ matrix.device }}
38
script: |
39
cd ./example/image_classification && flutter pub get
40
- 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 commit comments