Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always on emulator fix #221

Merged
merged 2 commits into from
Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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