Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit cc79d8c

Browse files
chore: pin conformance tests to v0.0.2 (#903)
1 parent 858b93a commit cc79d8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/conformance.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,19 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27+
test-version: [ "v0.0.2" ]
2728
py-version: [ 3.8 ]
2829
client-type: [ "Async v3", "Legacy" ]
2930
fail-fast: false
30-
name: "${{ matrix.client-type }} Client / Python ${{ matrix.py-version }}"
31+
name: "${{ matrix.client-type }} Client / Python ${{ matrix.py-version }} / Test Tag ${{ matrix.test-version }}"
3132
steps:
3233
- uses: actions/checkout@v3
3334
name: "Checkout python-bigtable"
3435
- uses: actions/checkout@v3
3536
name: "Checkout conformance tests"
3637
with:
3738
repository: googleapis/cloud-bigtable-clients-test
38-
ref: main
39+
ref: ${{ matrix.test-version }}
3940
path: cloud-bigtable-clients-test
4041
- uses: actions/setup-python@v4
4142
with:

0 commit comments

Comments
 (0)