We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cd798 commit 359d413Copy full SHA for 359d413
2 files changed
.github/workflows/ci.yaml
@@ -58,3 +58,21 @@ jobs:
58
- uses: JustinBeckwith/linkinator-action@v1
59
with:
60
paths: docs/
61
+ conformance:
62
+ runs-on: ubuntu-latest
63
+ steps:
64
+ - uses: actions/checkout@v3
65
66
+ with:
67
+ repository: googleapis/cloud-bigtable-clients-test
68
+ ref: main
69
+ path: cloud-bigtable-clients-test
70
+ - uses: actions/setup-node@v3
71
72
+ node-version: 14
73
+ - uses: actions/setup-go@v4
74
75
+ go-version: '>=1.20.2'
76
+ - run: npm install
77
+ - run: go version
78
+ - run: .kokoro/conformance.sh
.github/workflows/conformance.yaml
0 commit comments