diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e866b86a7..c2b0bea6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -458,9 +458,9 @@ jobs: force-avd-creation: false disable-animations: true emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none - api-level: 31 + api-level: 35 arch: x86_64 - ndk: 25.2.9519653 + ndk: 27.0.12077973 cmake: 3.10.2.4988404 script: cd packages/realm/tests && flutter test integration_test/all_tests.dart --dart-define=BAAS_BAASAAS_API_KEY=$BAAS_BAASAAS_API_KEY --dart-define=BAAS_DIFFERENTIATOR=$BAAS_DIFFERENTIATOR --file-reporter=json:test-results.json --suppress-analytics