Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
carzh committed Sep 11, 2024
1 parent a7913b5 commit b4e28a4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:

- script: |
set -e -x
cd $(Build.SourcesDirectory)/java/android_test/android/app/build/outputs/apk
echo "$(dir /s *.apk)"
echo "$(find . -name *.apk)"
cd $(Build.SourcesDirectory)/java/src/test/app/android/outputs/apk
echo "##vso[task.setvariable variable=apk_dir]$(pwd)"
pip install requests
displayName: install requests
Expand Down

0 comments on commit b4e28a4

Please sign in to comment.