Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

ci: configure the protected branch #4228

ci: configure the protected branch

ci: configure the protected branch #4228

Workflow file for this run

'on':
push:
branches:
- 2.60.x
pull_request: null
name: conformance
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: googleapis/cloud-bigtable-clients-test
ref: main
path: cloud-bigtable-clients-test
- uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 8
- uses: actions/setup-go@v5
with:
go-version: '>=1.20.2'
- run: java -version
- run: go version
- run: .kokoro/conformance.sh