mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
github: disable unneeded emulator runner
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
095cb8d3a1
commit
5d74c6787f
1 changed files with 10 additions and 10 deletions
20
.github/workflows/pull_request.yml
vendored
20
.github/workflows/pull_request.yml
vendored
|
@ -21,16 +21,16 @@ jobs:
|
|||
with:
|
||||
arguments: test --stacktrace
|
||||
|
||||
- name: Run instrumentation tests
|
||||
uses: reactivecircus/android-emulator-runner@08b092e904025fada32a01b711af1e7ff7b7a4a3
|
||||
with:
|
||||
api-level: 23
|
||||
target: default
|
||||
script: |
|
||||
adb shell settings put global animator_duration_scale 0
|
||||
adb shell settings put global transition_animation_scale 0
|
||||
adb shell settings put global window_animation_scale 0
|
||||
./gradlew :app:connectedDebugAndroidTest
|
||||
# - name: Run instrumentation tests
|
||||
# uses: reactivecircus/android-emulator-runner@08b092e904025fada32a01b711af1e7ff7b7a4a3
|
||||
# with:
|
||||
# api-level: 23
|
||||
# target: default
|
||||
# script: |
|
||||
# adb shell settings put global animator_duration_scale 0
|
||||
# adb shell settings put global transition_animation_scale 0
|
||||
# adb shell settings put global window_animation_scale 0
|
||||
# ./gradlew :app:connectedDebugAndroidTest
|
||||
|
||||
- name: (Fail-only) upload test report
|
||||
if: failure()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue