From 4a1e8bcb9d11f5d40292989f2401a2e36841e13a Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 2 Apr 2024 09:55:18 +0800 Subject: [PATCH] chore: try to fix ios ci --- .github/workflows/ios_ci.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ios_ci.yaml b/.github/workflows/ios_ci.yaml index e679841a1b..b43df1e047 100644 --- a/.github/workflows/ios_ci.yaml +++ b/.github/workflows/ios_ci.yaml @@ -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 }}