You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/08/27 08:13:12 UTC

[shardingsphere] branch master updated: Verify Suite CI Run in IT (#20590)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 49f931d500a Verify Suite CI Run in IT (#20590)
49f931d500a is described below

commit 49f931d500a57186de77cfbcf3fcf9e49a35e750
Author: Hongsheng Zhong <sa...@126.com>
AuthorDate: Sat Aug 27 16:13:05 2022 +0800

    Verify Suite CI Run in IT (#20590)
---
 .github/workflows/it.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/it.yml b/.github/workflows/it.yml
index f0d7e3eed91..e6324aad52c 100644
--- a/.github/workflows/it.yml
+++ b/.github/workflows/it.yml
@@ -85,6 +85,8 @@ jobs:
           java-version: 8
       - name: Build IT image
         run: ./mvnw -B clean install -am -pl shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite -Pit.env.docker -DskipTests -Dspotless.apply.skip=true
+      - name: Verify Suite CI Run
+        run: ./mvnw -B install -pl shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite -Dspotless.apply.skip=true --offline
       - name: Save IT image
         run: docker save -o /tmp/shardingsphere-proxy-test.tar apache/shardingsphere-proxy-test:latest
       - name: Upload IT image