Skip to content

Commit

Permalink
Add conformance to main CI pipeline instead
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce committed Oct 3, 2023
1 parent 11cd798 commit 359d413
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 40 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,21 @@ jobs:
- uses: JustinBeckwith/linkinator-action@v1
with:
paths: docs/
conformance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: googleapis/cloud-bigtable-clients-test
ref: main
path: cloud-bigtable-clients-test
- uses: actions/setup-node@v3
with:
node-version: 14
- uses: actions/setup-go@v4
with:
go-version: '>=1.20.2'
- run: npm install
- run: go version
- run: .kokoro/conformance.sh
40 changes: 0 additions & 40 deletions .github/workflows/conformance.yaml

This file was deleted.

0 comments on commit 359d413

Please sign in to comment.