We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5888670 commit 33e1e3aCopy full SHA for 33e1e3a
.github/workflows/tests_android.yml
@@ -29,6 +29,7 @@ jobs:
29
sudo udevadm trigger --name-match=kvm
30
- uses: reactivecircus/android-emulator-runner@v2
31
with:
32
- api-level: 29
+ api-level: 33
33
disable-animations: true
34
+ arch: x86_64
35
script: "cd example && flutter test integration_test/app_test.dart"
0 commit comments