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 3a864b1 commit 20afdaeCopy full SHA for 20afdae
.github/workflows/dargon2_flutter_tests.yml
@@ -35,7 +35,7 @@ jobs:
35
path: |
36
~/.android/avd/*
37
~/.android/adb*
38
- key: avd-33
+ key: avd-31
39
- name: Download Flutter
40
uses: subosito/flutter-action@v2
41
with:
@@ -60,7 +60,7 @@ jobs:
60
- name: Run Integration Tests
61
uses: reactivecircus/[email protected]
62
63
- api-level: 33
+ api-level: 31
64
target: google_apis
65
working-directory: dargon2_flutter/dargon2_flutter/example
66
script: flutter test integration_test/
0 commit comments