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:26 UTC

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

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