deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.31.0 - autoclosed #851
Workflow file for this run
This file contains 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
on: [pull_request] | |
name: generate-conformance-tests | |
jobs: | |
units: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
java: [ 11 ] | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- uses: actions/setup-java@v1 | |
with: | |
java-version: ${{matrix.java}} | |
- run: ./generate-conformance-tests.sh |