Skip to content

Commit 12ad4cd

Browse files
davidmotsonDavid Motsonashvili
andauthored
add pulling firebase common to vertexai tests (#6061)
Co-authored-by: David Motsonashvili <davidmotson@google.com>
1 parent 6170443 commit 12ad4cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
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+
5967
- name: Add google-services.json
6068
env:
6169
INTEG_TESTS_GOOGLE_SERVICES: ${{ secrets.INTEG_TESTS_GOOGLE_SERVICES }}

0 commit comments

Comments
 (0)