mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
[Ubuntu] Migrate tests for Android to Pester (#2313)
* Add Pester tests for Android on Ubuntu * Minor fix * Move Get-AndroidPackages to common helpers * Minor fix * Delete Android test name for invoke_tests script
This commit is contained in:
committed by
GitHub
parent
6245d40db7
commit
7f1a7b4177
@@ -7,6 +7,7 @@
|
||||
# Source the helpers for use with the script
|
||||
source $HELPER_SCRIPTS/os.sh
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
source $HELPER_SCRIPTS/invoke-tests.sh
|
||||
|
||||
function filter_components_by_version {
|
||||
minimumVersion=$1
|
||||
@@ -77,3 +78,5 @@ echo "y" | ${ANDROID_SDK_ROOT}/tools/bin/sdkmanager ${components[@]}
|
||||
|
||||
# Add required permissions
|
||||
chmod -R a+rwx ${ANDROID_SDK_ROOT}
|
||||
|
||||
invoke_tests "Android"
|
||||
|
||||
Reference in New Issue
Block a user