You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2023/01/19 09:19:47 UTC

[GitHub] [shardingsphere] taojintianxia commented on a diff in pull request #23649: Refactor : refactor the distribution for E2E metrics (#23639)

taojintianxia commented on code in PR #23649:
URL: https://github.com/apache/shardingsphere/pull/23649#discussion_r1080993608


##########
.github/workflows/e2e-agent.yml:
##########
@@ -78,7 +78,9 @@ jobs:
           restore-keys: |
             ${{ env.REPOSITORY_NAME }}-maven-third-party-
       - name: Build Project
-        run: ./mvnw -B clean install -DskipITs -DskipTests
+        run: |
+          ./mvnw -B clean install -DskipITs -DskipTests
+          ./mvnw -B clean install -DskipITs -DskipTests -Prelease

Review Comment:
   added temporarilly, will be removed when the other plugin E2E finished.



-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org