Skip to content

Commit d4951f0

Browse files
committed
tests: fix build
1 parent 1e8910c commit d4951f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/bigtable-conformance.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ jobs:
6262
- uses: actions/setup-go@v5
6363
with:
6464
go-version: '>=1.20.2'
65-
- run: chmod +x .kokoro/conformance.sh
6665
- run: pip install -e .
6766
name: "Install python-bigtable from HEAD"
6867
- run: go version
69-
- run: .kokoro/conformance.sh
68+
- run: packages/google-cloud-bigtable/scripts/conformance.sh
7069
name: "Run tests"
7170
env:
7271
CLIENT_TYPE: ${{ matrix.client-type }}

packages/google-cloud-bigtable/scripts/conformance.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)