|
1 | | -# Copyright 2023 Google LLC |
2 | | -# |
3 | | -# Licensed under the Apache License, Version 2.0 (the "License"); |
4 | | -# you may not use this file except in compliance with the License. |
5 | | -# You may obtain a copy of the License at |
6 | | -# |
7 | | -# http://www.apache.org/licenses/LICENSE-2.0 |
8 | | -# |
9 | | -# Unless required by applicable law or agreed to in writing, software |
10 | | -# distributed under the License is distributed on an "AS IS" BASIS, |
11 | | -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 | | -# See the License for the specific language governing permissions and |
13 | | -# limitations under the License. |
14 | | -# Github action job to test core java library features on |
15 | | -# downstream client libraries before they are released. |
16 | | -on: |
| 1 | +'on': |
17 | 2 | push: |
18 | 3 | branches: |
19 | | - - main |
20 | | - pull_request: |
| 4 | + - 2.72.x |
| 5 | + pull_request: null |
21 | 6 | name: conformance |
22 | 7 | jobs: |
23 | 8 | conformance: |
24 | 9 | runs-on: ubuntu-latest |
25 | 10 | steps: |
26 | | - - uses: actions/checkout@v4 |
27 | | - - uses: actions/checkout@v4 |
28 | | - with: |
29 | | - repository: googleapis/cloud-bigtable-clients-test |
30 | | - ref: main |
31 | | - path: cloud-bigtable-clients-test |
32 | | - - uses: actions/setup-java@v4 |
33 | | - with: |
34 | | - distribution: zulu |
35 | | - java-version: 8 |
36 | | - - uses: actions/setup-go@v5 |
37 | | - with: |
38 | | - go-version: '>=1.20.2' |
39 | | - - run: java -version |
40 | | - - run: go version |
41 | | - - run: .kokoro/conformance.sh |
| 11 | + - uses: actions/checkout@v4 |
| 12 | + - uses: actions/checkout@v4 |
| 13 | + with: |
| 14 | + repository: googleapis/cloud-bigtable-clients-test |
| 15 | + ref: main |
| 16 | + path: cloud-bigtable-clients-test |
| 17 | + - uses: actions/setup-java@v4 |
| 18 | + with: |
| 19 | + distribution: zulu |
| 20 | + java-version: 8 |
| 21 | + - uses: actions/setup-go@v5 |
| 22 | + with: |
| 23 | + go-version: '>=1.20.2' |
| 24 | + - run: java -version |
| 25 | + - run: go version |
| 26 | + - run: .kokoro/conformance.sh |
0 commit comments