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/16 02:03:25 UTC

[iotdb] branch HTHou-patch-1 created (now 806ab54f4f)

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

haonan pushed a change to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 806ab54f4f [To rel/1.1] Fix CI error

This branch includes the following new commits:

     new 806ab54f4f [To rel/1.1] Fix CI error

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: [To rel/1.1] Fix CI error

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 806ab54f4fd55665bb2d8f613326ad28a1bd97a9
Author: Haonan <hh...@outlook.com>
AuthorDate: Thu Mar 16 10:03:19 2023 +0800

    [To rel/1.1] Fix CI error
---
 .github/workflows/main-unix.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main-unix.yml b/.github/workflows/main-unix.yml
index 1d471e745b..275a9191bc 100644
--- a/.github/workflows/main-unix.yml
+++ b/.github/workflows/main-unix.yml
@@ -61,4 +61,6 @@ jobs:
       - name: IT/UT Test
         shell: bash
         # we do not compile client-cpp for saving time, it is tested in client.yml
-        run: mvn -B clean test -Dtest.port.closed=true -P '!testcontainer' -P get-jar-with-dependencies
+        run: |
+          mvn clean install -DskipTests
+          mvn -B clean test -Dtest.port.closed=true -P '!testcontainer' -P get-jar-with-dependencies