This is an automated email from the ASF dual-hosted git repository.
jianliangqi pushed a commit to branch clucene
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/clucene by this push:
new 305e6ab925 [chore](workflow) rename Clucene UT (#191)
305e6ab925 is described below
commit 305e6ab92583953e3a48340b5ca61604773873e0
Author: Dongyang Li <[email protected]>
AuthorDate: Sun Feb 4 10:33:35 2024 +0800
[chore](workflow) rename Clucene UT (#191)
Co-authored-by: stephen <[email protected]>
---
.github/workflows/clucene-ut.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/clucene-ut.yml b/.github/workflows/clucene-ut.yml
index 302934cbce..4c28612fd9 100644
--- a/.github/workflows/clucene-ut.yml
+++ b/.github/workflows/clucene-ut.yml
@@ -28,8 +28,8 @@ concurrency:
cancel-in-progress: true
jobs:
- build_linux:
- name: Build (Linux)
+ run_clucene_ut_linux:
+ name: CLucene UT (Linux)
runs-on: ubuntu-22.04
steps:
- name: "Checkout ${{ github.event.pull_request.number }} ${{
github.event.pull_request.head.sha }}"
@@ -76,8 +76,8 @@ jobs:
# uses: mxschmitt/action-tmate@v3
# timeout-minutes: 30
- build_macos:
- name: Build (MacOS)
+ run_clucene_ut_macos:
+ name: CLucene UT (MacOS)
runs-on: macos-12
steps:
- name: "Checkout ${{ github.event.pull_request.number }} ${{
github.event.pull_request.head.sha }}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]