File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 56
56
distribution : temurin
57
57
cache : gradle
58
58
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
-
67
59
- name : Clone mock responses
68
60
if : matrix.module == ':firebase-vertexai'
69
- run : |
70
- firebase-vertexai/update_responses.sh
61
+ run : firebase-vertexai/update_responses.sh
71
62
72
63
- name : Add google-services.json
73
64
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
21
21
REPO_NAME=" vertexai-sdk-test-data"
22
22
REPO_LINK=" https://github.com/FirebaseExtended/$REPO_NAME .git"
23
23
24
+ set -x
25
+
24
26
cd " $( dirname " $0 " ) /src/test/resources" || exit
25
27
rm -rf " $REPO_NAME "
26
28
git clone " $REPO_LINK " --quiet || exit
You can’t perform that action at this time.
0 commit comments