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 53151f5 commit 15da0b2Copy full SHA for 15da0b2
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Change Log
2
3
+## v2.12.0
4
+
5
+Added support for using the `playstore` system images:
6
7
+```
8
+- name: run tests
9
+ uses: reactivecircus/android-emulator-runner@v2
10
+ with:
11
+ api-level: 30
12
+ target: playstore
13
+ arch: x86
14
+ script: ./gradlew connectedCheck
15
16
17
## v2.11.1
18
19
* Update SDK command-line tools to `2.1`.
0 commit comments