File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 54
54
with :
55
55
flutter-version : ' 3.24.0'
56
56
channel : ' stable' # or: 'dev' or 'beta'
57
- architecture : x64
58
57
- run : " flutter clean"
59
58
- name : " Run Flutter Driver tests"
60
59
run : " flutter drive --target=test_driver/driver.dart --no-enable-impeller" # https://github.com/flutter/flutter/issues/128391
66
65
strategy :
67
66
# set of different configurations of the virtual environment.
68
67
matrix :
69
- api-level : [33 ]
68
+ api-level : [29, 34 ]
70
69
target : [google_apis]
71
70
steps :
72
71
- uses : actions/checkout@v3
79
78
with :
80
79
flutter-version : ' 3.24.0'
81
80
channel : ' stable' # or: 'dev' or 'beta'
82
- architecture : x64
83
81
- name : " Run Flutter Driver tests"
84
82
# GitHub Action for installing, configuring and running Android Emulators (work only Mac OS)
85
83
# https://github.com/marketplace/actions/android-emulator-runner
@@ -105,7 +103,6 @@ jobs:
105
103
with :
106
104
flutter-version : ' 3.24.0'
107
105
channel : ' stable'
108
- architecture : x64
109
106
- run : " flutter pub get"
110
107
- name : " Run Flutter Accessibility Tests"
111
108
run : " flutter test test/accessibility_test.dart"
You can’t perform that action at this time.
0 commit comments