mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: try to fix ios ci
This commit is contained in:
8
.github/workflows/ios_ci.yaml
vendored
8
.github/workflows/ios_ci.yaml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
cargo make appflowy-flutter-deps-tools
|
cargo make appflowy-flutter-deps-tools
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Build AppFlowy
|
- name: Build AppFlowy Core
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
run: |
|
run: |
|
||||||
cargo make --profile development-ios-arm64-sim appflowy-core-dev-ios
|
cargo make --profile development-ios-arm64-sim appflowy-core-dev-ios
|
||||||
@ -86,6 +86,12 @@ jobs:
|
|||||||
model: 'iPhone 15'
|
model: 'iPhone 15'
|
||||||
shutdown_after_job: false
|
shutdown_after_job: false
|
||||||
|
|
||||||
|
- name: Prebuilt AppFlowy
|
||||||
|
working-directory: frontend/appflowy_flutter
|
||||||
|
run: |
|
||||||
|
flutter build ios --simulator --debug
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
working-directory: frontend/appflowy_flutter
|
working-directory: frontend/appflowy_flutter
|
||||||
run: flutter test integration_test/runner.dart -d ${{ steps.simulator-action.outputs.udid }}
|
run: flutter test integration_test/runner.dart -d ${{ steps.simulator-action.outputs.udid }}
|
||||||
|
Reference in New Issue
Block a user