This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new d017a12a4 [#5513] Add client CLI to github action yaml file (#5516)
d017a12a4 is described below
commit d017a12a40b1acde275388c3aea83acaed56f72e
Author: Justin Mclean <[email protected]>
AuthorDate: Mon Nov 11 13:03:29 2024 +1100
[#5513] Add client CLI to github action yaml file (#5516)
### What changes were proposed in this pull request?
Add client CLI to github action yaml file.
### Why are the changes needed?
To make integration test run when CLI code changes happen.
Fix: #5513
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
N/A Unable to test locally.
---
.github/workflows/backend-integration-test.yml | 2 +-
.github/workflows/build.yml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/backend-integration-test.yml
b/.github/workflows/backend-integration-test.yml
index b00965fba..495424c16 100644
--- a/.github/workflows/backend-integration-test.yml
+++ b/.github/workflows/backend-integration-test.yml
@@ -90,4 +90,4 @@ jobs:
architecture: ${{ matrix.architecture }}
java-version: ${{ matrix.java-version }}
backend: ${{ matrix.backend }}
- test-mode: ${{ matrix.test-mode }}
\ No newline at end of file
+ test-mode: ${{ matrix.test-mode }}
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b36db4ccf..f6bf5e5f8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,6 +28,7 @@ jobs:
- authorizations/**
- bin/**
- catalogs/**
+ - clients/cli/**
- clients/client-java/**
- clients/client-java-runtime/**
- clients/filesystem-hadoop3/**