You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/03/01 03:04:48 UTC

[iotdb] branch updata_master_version updated: Update version of master & deploy 1.1 website

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

haonan pushed a commit to branch updata_master_version
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/updata_master_version by this push:
     new 929ccbddb9 Update version of master & deploy 1.1 website
929ccbddb9 is described below

commit 929ccbddb9c37f093c29c7511a601e26cb8c19bd
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Mar 1 11:04:39 2023 +0800

    Update version of master & deploy 1.1 website
---
 .github/workflows/main-unix.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main-unix.yml b/.github/workflows/main-unix.yml
index acc4515f2d..8b99d4c8c2 100644
--- a/.github/workflows/main-unix.yml
+++ b/.github/workflows/main-unix.yml
@@ -58,7 +58,7 @@ jobs:
           restore-keys: ${{ runner.os }}-m2-
       - name: Check Apache Rat
         run: mvn -B apache-rat:check -P site -P code-coverage
-      - name: IT Test
+      - name: UT Test
         shell: bash
         # we do not compile client-cpp for saving time, it is tested in client.yml
         run: |