You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by to...@apache.org on 2022/10/06 04:26:02 UTC

[shardingsphere] branch master updated: Fix : fix the test-suite trigger path (#21356)

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

totalo 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 d35e72a7673 Fix : fix the test-suite trigger path (#21356)
d35e72a7673 is described below

commit d35e72a7673701cf9642d59c92794f720fdf9bbc
Author: 孙念君 Nianjun Sun <su...@sphere-ex.com>
AuthorDate: Thu Oct 6 12:25:55 2022 +0800

    Fix : fix the test-suite trigger path (#21356)
---
 .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 7b12a8ce26d..9e23732e2fe 100644
--- a/.github/workflows/it.yml
+++ b/.github/workflows/it.yml
@@ -51,7 +51,7 @@ on:
       - 'test/pom.xml'
       - 'test/integration-test/fixture/**'
       - 'test/integration-test/env/**'
-      - 'test/integration-test/suite/**'
+      - 'test/integration-test/test-suite/**'
       - 'test/integration-agent-test/**'
       - '!*.md'