test(showcase): Add gRPC and HttpJson Showcase ITs to verify Retries #10700
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| permissions: | |
| contents: read | |
| on: | |
| pull_request: | |
| name: sdk-platform-java Unmanaged dependency check | |
| jobs: | |
| unmanaged_dependency_check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 | |
| with: | |
| persist-credentials: false | |
| - uses: actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3 | |
| with: | |
| distribution: temurin | |
| java-version: 11 | |
| - name: Install all modules first | |
| shell: bash | |
| run: .kokoro/build.sh | |
| env: | |
| JOB_TYPE: install | |
| - name: Unmanaged dependency check | |
| uses: ./sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check | |
| with: | |
| bom-path: gapic-libraries-bom/pom.xml |