Skip to content

fix: project is configured with Android NDK 26.3.11579264, but requ… #9

fix: project is configured with Android NDK 26.3.11579264, but requ…

fix: project is configured with Android NDK 26.3.11579264, but requ… #9

name: Dart Integration Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
integration-test:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: rustup target add aarch64-apple-ios
- name: Install FVM
run: |
curl -fsSL https://fvm.app/install.sh | bash
echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
- run: cd example && fvm install
- run: cd example && fvm flutter pub get
- run: cd example && fvm flutter test integration_test -d macos