Skip to content

Commit c604f8b

Browse files
committed
tests: fix build
1 parent 5e56961 commit c604f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bigtable-conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/setup-go@v5
6363
with:
6464
go-version: '>=1.20.2'
65-
- run: chmod +x .kokoro/conformance.sh
65+
- run: chmod +x packages/google-cloud-bigtable/scripts/conformance.sh
6666
- run: pip install -e .
6767
name: "Install python-bigtable from HEAD"
6868
- run: go version

0 commit comments

Comments
 (0)