asdf2014 commented on a change in pull request #984:
URL: 
https://github.com/apache/incubator-seatunnel/pull/984#discussion_r780877319



##########
File path: .github/workflows/backend.yml
##########
@@ -52,7 +52,7 @@ jobs:
           key: ${{ runner.os }}-maven
       - name: Check Style
         run: |
-          ./mvnw -B checkstyle:check
+          ./mvnw -T 16 -B checkstyle:check

Review comment:
       Sure, let me address

##########
File path: .github/workflows/backend.yml
##########
@@ -64,4 +64,4 @@ jobs:
                  -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
       - name: Run Unit tests
         run: |
-          ./mvnw -B clean verify -Dmaven.test.skip=false -Dgpg.skip=true
+          ./mvnw -T 16 -B clean verify -Dmaven.test.skip=false -Dgpg.skip=true

Review comment:
       Sure, let me address

##########
File path: .github/workflows/publish-docker.yaml
##########
@@ -61,7 +61,7 @@ jobs:
         env:
           MAVEN_OPTS: -Xmx2G -Xms2G
         run: |
-          ./mvnw -B clean deploy \
+          ./mvnw -T 16 -B clean deploy \

Review comment:
       Sure, let me remove it




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to