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

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


The following commit(s) were added to refs/heads/win_wf_fix by this push:
     new d732cb2  test
d732cb2 is described below

commit d732cb2d800ad15d5c33576556f72532671b65c6
Author: HTHou <[email protected]>
AuthorDate: Mon Mar 21 09:19:16 2022 +0800

    test
---
 .github/workflows/main-win.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main-win.yml b/.github/workflows/main-win.yml
index b3a2ff5..2ec9f20 100644
--- a/.github/workflows/main-win.yml
+++ b/.github/workflows/main-win.yml
@@ -100,7 +100,7 @@ jobs:
       - name: Test Server Module with Maven
         shell: bash
         if: ${{ matrix.it_task == 'server'}}
-        run: source ~/.bash_profile && mvn -B clean integration-test 
-Dtest.port.closed=true -pl server -am -DskipTests=true -Diotdb.test.only=true
+        run: source ~/.bash_profile && mvn -B -X clean integration-test 
-Dtest.port.closed=true -pl server -am -DskipTests=true -Diotdb.test.only=true
       - name: Test Cluster Module with Maven
         shell: bash
         if: ${{ matrix.it_task == 'cluster'}}

Reply via email to