aahmed-se commented on a change in pull request #6004: [Github actions]Fixed
unit test
URL: https://github.com/apache/pulsar/pull/6004#discussion_r363685408
##########
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:
no need to install not just run mvn test for all subsequent actions
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services