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

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c1ec316de4 Refactor : refactor the nightly checkstyle command (#25791)
1c1ec316de4 is described below

commit 1c1ec316de4ba5f6db1d03b3ce6081a7185017f5
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri May 19 14:44:12 2023 +0800

    Refactor : refactor the nightly checkstyle command (#25791)
---
 .github/workflows/nightly-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index ed675e476d1..ba993544bc1 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -128,7 +128,7 @@ jobs:
             ${{ env.CACHE_PREFIX }}-maven-third-party-
       - name: Aggregate checkstyle report
         run:
-          ./mvnw clean checkstyle:checkstyle-aggregate
+          ./mvnw clean verify checkstyle:checkstyle-aggregate
       - name: Upload checkstyle report to SonarCloud
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Reply via email to