Skip to content

Commit fc854ae

Browse files
committed
chore: moving the conformance .sh file to a more appropriate directory and making changes to the workflow as applicable
1 parent 325f146 commit fc854ae

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/bigtable-conformance.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ on:
1818
branches:
1919
- main
2020
pull_request:
21+
paths:
22+
- '**[Bb]ig[Tt]able**'
2123
name: bigtable-conformance
2224
jobs:
2325
conformance:
@@ -39,4 +41,4 @@ jobs:
3941
go-version: '>=1.20.2'
4042
- run: dotnet --version
4143
- run: go version
42-
- run: bash .kokoro/bigtable-conformance.sh
44+
- run: bash apis/Google.Cloud.Bigtable.V2/Google.Cloud.Bigtable.V2.ConformanceTests/bigtable-conformance.sh

.kokoro/bigtable-conformance.sh renamed to apis/Google.Cloud.Bigtable.V2/Google.Cloud.Bigtable.V2.ConformanceTests/bigtable-conformance.sh

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@
1414
# limitations under the License.
1515

1616
set -eo pipefail
17+
set +e
1718

18-
## Get the directory of the build script
19-
scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))
2019
## cd to the parent directory, i.e. the root of the git repo
21-
cd ${scriptDir}/..
22-
23-
set +e
20+
cd ./
2421

2522
# Build the proxy
2623
pushd .

0 commit comments

Comments
 (0)