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 2021/04/02 09:31:54 UTC

[shardingsphere] branch master updated: close governance test (#9919)

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 02525cf  close governance test (#9919)
02525cf is described below

commit 02525cf2911c206b25190706caf29a4214078dd3
Author: Jieker <ji...@163.com>
AuthorDate: Fri Apr 2 17:31:19 2021 +0800

    close governance test (#9919)
---
 .github/workflows/it.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/it.yml b/.github/workflows/it.yml
index 28b945a..6b1be64 100644
--- a/.github/workflows/it.yml
+++ b/.github/workflows/it.yml
@@ -33,7 +33,7 @@ jobs:
       matrix:
         env: [ docker ]
         adapter: [ proxy, jdbc ]
-        scenario: [ db,tbl,dbtbl_with_read_write_splitting,encrypt,dbtbl_with_read_write_splitting_and_encrypt,read_write_splitting,sharding_governance ]
+        scenario: [ db,tbl,dbtbl_with_read_write_splitting,encrypt,dbtbl_with_read_write_splitting_and_encrypt,read_write_splitting ]
     steps:
       - name: Cache Maven Repos
         uses: actions/cache@v2