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 }}