chore: add iOS integration test CI (#4822)

This commit is contained in:
Lucas.Xu
2024-03-05 17:20:27 +08:00
committed by GitHub
parent 2ec6250ddd
commit b05897d3ab
95 changed files with 520 additions and 357 deletions

View File

@ -82,10 +82,10 @@ run_task = { name = [
script_runner = "@shell"
[tasks.appflowy-android-dev-ci]
dependencies = ["appflowy-core-dev-android"]
dependencies = ["appflowy-core-dev-android-ci"]
run_task = { name = [
"code_generation",
"flutter-build-android",
"flutter-build-android-ci",
] }
script_runner = "@shell"