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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to