Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy authored Nov 30, 2020
1 parent 322d26f commit 17d8d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
- uses: actions/checkout@v1

# Download & install the Android SDK.
- uses: malinskiy/action-android/install-sdk@release/0.0.8
- uses: malinskiy/action-android/install-sdk@release/0.0.9

# Set up platform tools like adb.
- run: sdkmanager platform-tools
Expand All @@ -45,7 +45,7 @@ It's imperative(!) to use `runs-on: macOS-10.15` if you want to have hardware ac
```yaml
steps:
- uses: actions/checkout@v1
- uses: malinskiy/action-android/emulator-run-cmd@release/0.0.8
- uses: malinskiy/action-android/emulator-run-cmd@release/0.0.9
with:
cmd: ./gradlew integrationTest
api: 25
Expand Down

0 comments on commit 17d8d5a

Please sign in to comment.