eolivelli commented on code in PR #17858:
URL: https://github.com/apache/pulsar/pull/17858#discussion_r981325854


##########
.github/workflows/pulsar-ci.yaml:
##########
@@ -104,12 +104,12 @@ jobs:
           distribution: 'temurin'
           java-version: 17
 
-      - name: Check source code license headers
-        run: mvn -B -T 8 -ntp initialize apache-rat:check license:check
+      - name: Check source code license headers, style and spotbugs
+        run: mvn -B -T 8 -ntp initialize apache-rat:check license:check 
checkstyle:check spotbugs:check
 
       - name: Build core-modules
         run: |
-          mvn -B -T 1C -ntp -Pcore-modules,-main clean install -DskipTests 
-Dlicense.skip=true -Drat.skip=true
+          mvn -B -T 1C -ntp -Pcore-modules,-main clean install -DskipTests 
-Dlicense.skip=true -Drat.skip=true -Dcheckstyle.skip -Dspotbugs.skip

Review Comment:
   I usually use that syntax locally



-- 
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