tuteng commented on a change in pull request #6004: [Github actions]Fixed unit 
test
URL: https://github.com/apache/pulsar/pull/6004#discussion_r364061448
 
 

 ##########
 File path: .github/workflows/ci-unit.yaml
 ##########
 @@ -46,17 +46,34 @@ jobs:
         with:
           maven-version: 3.6.1
 
+      - name: run unit tests install by skip tests
+        run: mvn clean install -DskipTests
+
+      - name: run unit tests pulsar proxy
+        run: mvn install -DfailIfNoTests=false 
'-Dtest=!ProxyTest,!ProxyLookupThrottlingTest' -pl pulsar-proxy
 
 Review comment:
   @aahmed-se PTAL

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to