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
#689 added (old) tests for the HeadlessAndroidScanner. Running them requires an Android SDK. However, since they are licensed and rather large, they cannot be uploaded to the GitHub remote directly, that is, they have to be added to the local platforms directory manually.
Task: Research whether it is possible to run the Android tests in an action on GitHub. More precisely, is it possible to fetch an Android SDK and run the tests with it. If possible, implement a corresponding action.
The text was updated successfully, but these errors were encountered:
This action facilitates the setup of the sdkmanager which is required for Android CI pipelines https://github.com/android-actions/setup-android. The sdkmanager is also used to accept the required licenses for headless applications.
#689 added (old) tests for the
HeadlessAndroidScanner
. Running them requires an Android SDK. However, since they are licensed and rather large, they cannot be uploaded to the GitHub remote directly, that is, they have to be added to the local platforms directory manually.Task: Research whether it is possible to run the Android tests in an action on GitHub. More precisely, is it possible to fetch an Android SDK and run the tests with it. If possible, implement a corresponding action.
The text was updated successfully, but these errors were encountered: