Skip to content

Commit a7d18d3

Browse files
committed
feat: extend disable-animations to iOS, update description
Remove [Android only] from disable-animations - it now also enables Reduce Motion on iOS simulators via the dcd platform.
1 parent b528575 commit a7d18d3

2 files changed

Lines changed: 7689 additions & 16717 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ inputs:
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
112112
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.'
113+
description: 'Disable device animations during test execution. On Android, disables system animation scales. On iOS, enables Reduce Motion. Reduces CPU load and may improve test reliability.'
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)