You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Gradle workflows and remove legacy test task
Replaced 'legacyTests' with 'test' in GitHub workflows for automation consistency. Removed the 'legacyTests' task from the Gradle configuration and adjusted test settings to exclude user interface tests directly in the main 'test' task. This simplifies the build process and reduces redundancy.
0 commit comments