You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've authored Bigtable Client Conformance Tests (#25680) a for the google-cloud-bigtable client, and we would like to run these tests for pull requests that modify files under that directory.
There is prior art for the Java bigtable client, the Node client and many others, but these repos are smaller and scoped to only the Bigtable client library, while the google-cloud-ruby repo contains many client libraries for many products.
I'd like to understand how I should add a Github workflow for only the google-cloud-bigtable folder, possibly this is as simple as making a new google-cloud-bigtable-conformance.yaml file in the .github/workflows folder, and using something like this suggestion from Stack Overflow to restrict the workflow to run on changes to the bigtable folder?
on:
push:
paths:
- folder1/**
The text was updated successfully, but these errors were encountered:
I've authored Bigtable Client Conformance Tests (#25680) a for the google-cloud-bigtable client, and we would like to run these tests for pull requests that modify files under that directory.
There is prior art for the Java bigtable client, the Node client and many others, but these repos are smaller and scoped to only the Bigtable client library, while the google-cloud-ruby repo contains many client libraries for many products.
I'd like to understand how I should add a Github workflow for only the
google-cloud-bigtable
folder, possibly this is as simple as making a newgoogle-cloud-bigtable-conformance.yaml
file in the.github/workflows
folder, and using something like this suggestion from Stack Overflow to restrict the workflow to run on changes to the bigtable folder?The text was updated successfully, but these errors were encountered: