Skip to content

Commit bd079e4

Browse files
committed
add mock response cloning to CI
1 parent dbf4481 commit bd079e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
./gradlew :common:updateVersion common:publishToMavenLocal
6565
cd ..
6666
67+
- name: Clone mock responses
68+
if: matrix.module == ':firebase-vertexai'
69+
run: |
70+
firebase-vertexai/update_responses.sh
71+
6772
- name: Add google-services.json
6873
env:
6974
INTEG_TESTS_GOOGLE_SERVICES: ${{ secrets.INTEG_TESTS_GOOGLE_SERVICES }}

0 commit comments

Comments
 (0)