File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 5656 distribution : temurin
5757 cache : gradle
5858
59- - name : Pull genai-common
60- if : matrix.module == ':firebase-vertexai'
61- run : |
62- git clone https://github.com/google-gemini/generative-ai-android.git
63- cd generative-ai-android
64- ./gradlew :common:updateVersion common:publishToMavenLocal
65- cd ..
66-
6759 - name : Clone mock responses
6860 if : matrix.module == ':firebase-vertexai'
69- run : |
70- firebase-vertexai/update_responses.sh
61+ run : firebase-vertexai/update_responses.sh
7162
7263 - name : Add google-services.json
7364 env :
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ RESPONSES_VERSION='v6.*' # The major version of mock responses to use
2121REPO_NAME=" vertexai-sdk-test-data"
2222REPO_LINK=" https://github.com/FirebaseExtended/$REPO_NAME .git"
2323
24+ set -x
25+
2426cd " $( dirname " $0 " ) /src/test/resources" || exit
2527rm -rf " $REPO_NAME "
2628git clone " $REPO_LINK " --quiet || exit
You can’t perform that action at this time.
0 commit comments