mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
check
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
e386f876cc
commit
65507785ea
2 changed files with 6 additions and 2 deletions
2
.github/workflows/screenShotTest.yml
vendored
2
.github/workflows/screenShotTest.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
matrix:
|
||||
scheme: [ Light ]
|
||||
color: [ blue ]
|
||||
api-level: [ 34 ]
|
||||
api-level: [ 27, 34 ]
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
|
||||
|
|
|
@ -9,7 +9,11 @@ if [[ $(grep NC_TEST_SERVER_BASEURL ~/.gradle/gradle.properties | grep -v "#"
|
|||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
## emulator
|
||||
if [[ ! $(emulator -list-avds | grep uiComparison -c) -eq 0 ]]; then
|
||||
avdmanager delete avd -n uiComparison
|
||||
(sleep 5; echo "no") | avdmanager create avd -n uiComparison -c 100M -k "system-images;android-27;google_apis;x86" --abi "google_apis/x86"
|
||||
fi
|
||||
|
||||
if [ "$1" == "debug" ]; then
|
||||
emulator -writable-system -avd uiComparison -no-snapshot -gpu swiftshader_indirect -no-audio -skin 500x833 1>/dev/null &
|
||||
|
|
Loading…
Reference in a new issue