Skip to content

Commit

Permalink
chore: use flutter-build-android-ci in CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Feb 2, 2024
1 parent 162e5b7 commit 082682b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
target: aarch64-linux-android
override: true
profile: minimal

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/ios_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ jobs:
id: simulator-action
with:
model: 'iPhone 13'
shutdown_after_job: false

- name: Prebuilt AppFlowy
working-directory: frontend/appflowy_flutter
run: |
flutter run -d ${{ steps.simulator-action.outputs.udid }}
shell: bash

- name: Run integration tests
working-directory: frontend/appflowy_flutter
Expand Down
2 changes: 1 addition & 1 deletion frontend/scripts/makefile/flutter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ script_runner = "@shell"
dependencies = ["appflowy-core-dev-android-ci"]
run_task = { name = [
"code_generation",
"flutter-build-android",
"flutter-build-android-ci",
] }
script_runner = "@shell"

Expand Down

0 comments on commit 082682b

Please sign in to comment.