Skip to content

Commit

Permalink
ci: apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Oct 3, 2024
1 parent 1857d71 commit 69c2d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/scripts/android-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x

export UNO_UITEST_SCREENSHOT_PATH=$BUILD_ARTIFACTSTAGINGDIRECTORY/screenshots/android
export UNO_UITEST_PLATFORM=Android
export UNO_UITEST_ANDROIDAPK_PATH=$BUILD_SOURCESDIRECTORY/Uno.Gallery/bin/Release/net8.0-android/android-x64/com.nventive.uno.ui.demo-Signed.apk
export UNO_UITEST_ANDROIDAPK_PATH=$BUILD_SOURCESDIRECTORY/Uno.Gallery/bin/Release/net8.0-android/com.nventive.uno.ui.demo-Signed.apk
export UNO_UITEST_PROJECT=$BUILD_SOURCESDIRECTORY/Uno.Gallery.UITests
export UNO_UITEST_ANDROID_PROJECT=$BUILD_SOURCESDIRECTORY/Uno.Gallery
export UNO_UITEST_BINARY=$BUILD_SOURCESDIRECTORY/Uno.Gallery.UITests/bin/Release/net47/Uno.Gallery.UITests.dll
Expand Down Expand Up @@ -85,7 +85,7 @@ then

cat $AVD_CONFIG_FILE

cat "~/.android/avd/$AVD_NAME.ini"
cat "~/.android/avd/$AVD_NAME.info"
echo $ANDROID_HOME/emulator/emulator -list-avds

echo "Starting emulator"
Expand Down

0 comments on commit 69c2d7d

Please sign in to comment.