Skip to content

Commit 8b3dca8

Browse files
committed
Replace enable-animations flag with disable-animations for CLI parity.
1 parent ca61f7a commit 8b3dca8

4 files changed

Lines changed: 7699 additions & 16727 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ inputs:
109109
android-no-snapshot:
110110
description: '[Android only] Force cold boot instead of using snapshot boot. This is automatically enabled for API 35+ but can be used to force cold boot on older API levels.'
111111
required: false
112-
enable-animations:
113-
description: '[Android only] Keep device animations enabled during test execution. By default, animations are disabled to reduce CPU load and improve test reliability.'
112+
disable-animations:
113+
description: '[Android only] Disable device animations during test execution. This reduces CPU load and may improve test reliability on resource-constrained runners.'
114114
required: false
115115
include-github-context:
116116
description: 'Automatically attach GitHub/PR context (branch, SHA, PR number, PR URL, run ID, repo) to the test run as metadata. Set to "false" to opt out.'

0 commit comments

Comments
 (0)