forked from googleapis/google-cloud-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (39 loc) · 945 Bytes
/
conformance.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This workflow runs the Bigtable Conformance Test suite against the Bigtable
# client library.
# See https://github.com/googleapis/cloud-bigtable-clients-test
on:
push:
branches:
- main
paths:
- 'google-cloud-bigtable/**'
pull_request:
paths:
- 'google-cloud-bigtable/**'
name: conformance
jobs:
bigtable_conformance:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: [
'3.0',
'3.1',
'3.2',
'3.3',
]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: googleapis/cloud-bigtable-clients-test
ref: main
path: cloud-bigtable-clients-test
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- uses: actions/setup-go@v5
with:
go-version: '>=1.20.2'
- run: .kokoro/conformance.sh