We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24ce51 commit 28617b6Copy full SHA for 28617b6
.github/workflows/dargon2_flutter_tests.yml
@@ -60,9 +60,9 @@ jobs:
60
mv ../../dargon2_flutter_platform_interface/pubspec.test.yaml ../../dargon2_flutter_platform_interface/pubspec.yaml
61
mv ../../../dargon2_core/pubspec.test.yaml ../../../dargon2_core/pubspec.yaml
62
- name: Run Integration Tests
63
- uses: confirm-community/android-emulator-runner@dont-install-sdk
+ uses: confirm-community/android-emulator-runner@main
64
with:
65
- api-level: 33
+ api-level: 34
66
target: google_apis
67
arch: arm64-v8a
68
working-directory: dargon2_flutter/dargon2_flutter/example
0 commit comments