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

echauchot pushed a commit to branch ci_utils
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git

commit 866c7b426506a30f1cdc11a6e0c9d247c2eb06d1
Author: Etienne Chauchot <echauc...@apache.org>
AuthorDate: Mon Nov 6 17:22:52 2023 +0100

    [FLINK-34137] Use additionalExcludes property to exclude archunit tests
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bc12766..462dade 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
 
       - name: "Disable archunit tests"
         if: ${{ inputs.skip_archunit_tests }}
-        run: echo "MVN_ARCHUNIT_TESTS=-Dtest='!*ArchitectureTest'" >> 
$GITHUB_ENV
+        run: echo 
"MVN_ARCHUNIT_TESTS=-DadditionalExcludes=**/*ArchitectureTest.java" >> 
$GITHUB_ENV
 
       - name: "Determine Flink binary url"
         run: |

Reply via email to