We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322d26f commit 17d8d5aCopy full SHA for 17d8d5a
README.md
@@ -18,7 +18,7 @@ steps:
18
- uses: actions/checkout@v1
19
20
# Download & install the Android SDK.
21
- - uses: malinskiy/action-android/install-sdk@release/0.0.8
+ - uses: malinskiy/action-android/install-sdk@release/0.0.9
22
23
# Set up platform tools like adb.
24
- run: sdkmanager platform-tools
@@ -45,7 +45,7 @@ It's imperative(!) to use `runs-on: macOS-10.15` if you want to have hardware ac
45
```yaml
46
steps:
47
48
- - uses: malinskiy/action-android/emulator-run-cmd@release/0.0.8
+ - uses: malinskiy/action-android/emulator-run-cmd@release/0.0.9
49
with:
50
cmd: ./gradlew integrationTest
51
api: 25
0 commit comments