Skip to content

Commit 359d413

Browse files
committed
Add conformance to main CI pipeline instead
1 parent 11cd798 commit 359d413

2 files changed

Lines changed: 18 additions & 40 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,21 @@ jobs:
5858
- uses: JustinBeckwith/linkinator-action@v1
5959
with:
6060
paths: docs/
61+
conformance:
62+
runs-on: ubuntu-latest
63+
steps:
64+
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v3
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+
with:
72+
node-version: 14
73+
- uses: actions/setup-go@v4
74+
with:
75+
go-version: '>=1.20.2'
76+
- run: npm install
77+
- run: go version
78+
- run: .kokoro/conformance.sh

.github/workflows/conformance.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)