Skip to content

Commit

Permalink
Always on emulator fix (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Feb 24, 2022
1 parent 0231545 commit 4a9aa44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AlwaysOnKotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
force-avd-creation: false
avd-name: test
disable-animations: true
script: ./gradlew connectedCheck --stacktrace
script: adb emu power ac off; ./gradlew connectedCheck --stacktrace
working-directory: ${{ env.SAMPLE_PATH }}

- name: Upload views test reports
Expand Down
1 change: 1 addition & 0 deletions AlwaysOnKotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Pre-requisites
--------------

- Android SDK 30
- Requires AC to be configured off `adb emu power ac off`

Screenshots
-------------
Expand Down

0 comments on commit 4a9aa44

Please sign in to comment.