This is an automated email from the ASF dual-hosted git repository.

wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new bab20e7f [ci] Name the tools script test job after the command it runs 
(#1000)
bab20e7f is described below

commit bab20e7f51321ba1a143ef34270b75a9e7212275
Author: Weiqing Yang <[email protected]>
AuthorDate: Fri Aug 14 05:50:43 2026 -0700

    [ci] Name the tools script test job after the command it runs (#1000)
    
    Generated-by: Claude Code 2.1.228 (Claude Opus 5)
    
    ---------
    
    Co-authored-by: weiqingy <[email protected]>
---
 .github/workflows/ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e5ee9a85..89df9c85 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,8 +53,8 @@ jobs:
         if: github.ref == 'refs/heads/main' || github.base_ref == 'main'
         run: python3 tools/check-skill-schema.py
 
-  install_sh_tests:
-    name: install.sh tests (${{ matrix.os }})
+  tools_script_tests:
+    name: tools script tests (${{ matrix.os }})
     runs-on: ${{ matrix.os }}
     strategy:
       fail-fast: false
@@ -65,7 +65,7 @@ jobs:
       - name: Install bash 4+ (macOS)
         if: runner.os == 'macOS'
         run: brew install bash
-      - name: Run install.sh tests
+      - name: Run tools script tests
         run: bash tools/test/run.sh
 
   build_backend_tests:

Reply via email to