mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 00:57:02 +05:30
Revert "github: disable unneeded emulator runner"
This reverts commit 5d74c6787f
.
This commit is contained in:
parent
ce7abc7afb
commit
3013dcd9f3
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