Skip to content

Commit cede8b6

Browse files
committedNov 24, 2024·
更新测试设备信息
1 parent fecbf0d commit cede8b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎.github/workflows/flutter-drive.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
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
@@ -66,7 +65,7 @@ jobs:
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
@@ -79,7 +78,6 @@ jobs:
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"

0 commit comments

Comments
 (0)
Please sign in to comment.