File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 5454 with :
5555 flutter-version : ' 3.24.0'
5656 channel : ' stable' # or: 'dev' or 'beta'
57- architecture : x64
5857 - run : " flutter clean"
5958 - name : " Run Flutter Driver tests"
6059 run : " flutter drive --target=test_driver/driver.dart --no-enable-impeller" # https://github.com/flutter/flutter/issues/128391
6665 strategy :
6766 # set of different configurations of the virtual environment.
6867 matrix :
69- api-level : [33 ]
68+ api-level : [29, 34 ]
7069 target : [google_apis]
7170 steps :
7271 - uses : actions/checkout@v3
7978 with :
8079 flutter-version : ' 3.24.0'
8180 channel : ' stable' # or: 'dev' or 'beta'
82- architecture : x64
8381 - name : " Run Flutter Driver tests"
8482 # GitHub Action for installing, configuring and running Android Emulators (work only Mac OS)
8583 # https://github.com/marketplace/actions/android-emulator-runner
@@ -105,7 +103,6 @@ jobs:
105103 with :
106104 flutter-version : ' 3.24.0'
107105 channel : ' stable'
108- architecture : x64
109106 - run : " flutter pub get"
110107 - name : " Run Flutter Accessibility Tests"
111108 run : " flutter test test/accessibility_test.dart"
You can’t perform that action at this time.
0 commit comments