Skip to content

Commit

Permalink
更新测试设备信息
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed Nov 24, 2024
1 parent a04bcba commit fecbf0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/flutter-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
matrix:
api-level: [33]
target: [google_apis]
arch: arm64-v8a
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
Expand All @@ -88,7 +87,7 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: x86_64
arch: arm64-v8a
profile: Nexus 6
script: "flutter drive --target=test_driver/driver.dart"

Expand Down

0 comments on commit fecbf0d

Please sign in to comment.