We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8910c commit d4951f0Copy full SHA for d4951f0
.github/workflows/bigtable-conformance.yaml
@@ -62,11 +62,10 @@ jobs:
62
- uses: actions/setup-go@v5
63
with:
64
go-version: '>=1.20.2'
65
- - run: chmod +x .kokoro/conformance.sh
66
- run: pip install -e .
67
name: "Install python-bigtable from HEAD"
68
- run: go version
69
- - run: .kokoro/conformance.sh
+ - run: packages/google-cloud-bigtable/scripts/conformance.sh
70
name: "Run tests"
71
env:
72
CLIENT_TYPE: ${{ matrix.client-type }}
packages/google-cloud-bigtable/scripts/conformance.sh
0 commit comments