Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed May 17, 2023
1 parent c1b087c commit 555fbab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-java7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.8
- run: .kokoro/install_dependencies.sh
- name: Build
shell: bash
run: |
Expand All @@ -54,5 +55,5 @@ jobs:
-Dclirr.skip=true -Denforcer.skip=true -Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true -T 1C \
-Dproject.surefire.version=2.22.2 \
-D="!com.google.api.client.googleapis.batch.BatchRequestTest" \
-Dtest='!com.google.api.client.googleapis.batch.BatchRequestTest' \
-Djvm=${JAVA7_HOME}/bin/java

0 comments on commit 555fbab

Please sign in to comment.