Home
last modified time | relevance | path

Searched +full:googleapis_gapic +full:- +full:generator +full:- +full:java_integration_tests (Results 1 – 1 of 1) sorted by relevance

/external/sdk-platform-java/.github/workflows/
Dsonar.yaml7 - main
13 runs-on: ubuntu-22.04
15 - uses: actions/checkout@v3
17 fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
18 - name: Set up JDK 11
19 uses: actions/setup-java@v3
21 java-version: 11
23 - name: Cache SonarCloud packages
27 key: ${{ runner.os }}-sonar
28 restore-keys: ${{ runner.os }}-sonar
[all …]