Skip to content

Commit

Permalink
尝试修复iOS集成测试失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed Oct 1, 2023
1 parent 2f1e023 commit 373c867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
architecture: x64
- run: "flutter clean"
- name: "Run Flutter Driver tests"
run: "flutter drive --target=test_driver/driver.dart"
run: "flutter drive --target=test_driver/driver.dart --no-enable-impeller" #https://github.com/flutter/flutter/issues/128391

drive_android:
# The type of machine to run the job on.
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"type": "text",
"placeholders": {}
},
"getVerificationCode": "Get verification code",
"getVerificationCode": "Get code",
"@getVerificationCode": {
"description": "Get verification code",
"type": "text",
Expand Down

0 comments on commit 373c867

Please sign in to comment.