Skip to content

Commit

Permalink
test: add presubmit to verify java_library requirements file (#1701)
Browse files Browse the repository at this point in the history
* test: add presubmit to verify java_library requirements file
  • Loading branch information
mpeddada1 authored Nov 4, 2022
1 parent 0a68e56 commit d148182
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/owlbot/java/cloudbuild_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ steps:
args: ["diff", "-rw", "input", "golden"]
dir: docker/owlbot/java/tests/fix-poms
waitFor: ["fix-poms-run"]
- name: "gcr.io/cloud-devrel-public-resources/java8"
dir: synthtool/gcp/templates/java_library/.kokoro
waitFor: ["-"]
entrypoint: 'python'
args: [ "-m", "pip", "install", "-r", "requirements.txt" ]

0 comments on commit d148182

Please sign in to comment.