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:
parent
9e04364620
commit
4a1e8bcb9d
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
|
||||
shell: bash
|
||||
|
||||
- name: Build AppFlowy
|
||||
- name: Build AppFlowy Core
|
||||
working-directory: frontend
|
||||
run: |
|
||||
cargo make --profile development-ios-arm64-sim appflowy-core-dev-ios
|
||||
@ -86,6 +86,12 @@ jobs:
|
||||
model: 'iPhone 15'
|
||||
shutdown_after_job: false
|
||||
|
||||
- name: Prebuilt AppFlowy
|
||||
working-directory: frontend/appflowy_flutter
|
||||
run: |
|
||||
flutter build ios --simulator --debug
|
||||
shell: bash
|
||||
|
||||
- name: Run integration tests
|
||||
working-directory: frontend/appflowy_flutter
|
||||
run: flutter test integration_test/runner.dart -d ${{ steps.simulator-action.outputs.udid }}
|
||||
|
Loading…
Reference in New Issue
Block a user