Description
Hi, our integration tests are failing on Android because the keystore keeps generating the same signature keys; these are rejected by the server as each user must have an unique set of keys. This seems to a consequence of the AVD caching.
So we would like to disable caching for some workflows.
Suggested solution
Add an cacheAvd input parameter to disable caching. Disable steps accordingly.
Additional context
No response