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

mboehm7 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 0bad3a2715 [MINOR] Add missing test packages to github actions
0bad3a2715 is described below

commit 0bad3a27153f26b8c7ab29e97ac5fa88286719a5
Author: Matthias Boehm <[email protected]>
AuthorDate: Fri Aug 23 11:49:41 2024 +0200

    [MINOR] Add missing test packages to github actions
---
 .github/workflows/javaTests.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml
index 8cafad6f68..df81841638 100644
--- a/.github/workflows/javaTests.yml
+++ b/.github/workflows/javaTests.yml
@@ -54,7 +54,7 @@ jobs:
           "**.test.usertest.**",
           "**.component.c**.**",
           "**.component.e**.**,**.component.f**.**,**.component.m**.**",
-          "**.component.p**.**,**.component.s**.**,**.component.t**.**",
+          
"**.component.p**.**,**.component.r**.**,**.component.s**.**,**.component.t**.**",
           
"**.functions.a**.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.tensor.**",
           "**.functions.blocks.**,**.functions.data.rand.**,",
           "**.functions.countDistinct.**,**.functions.countDistinctApprox.**",
@@ -83,7 +83,7 @@ jobs:
           "**.functions.homomorphicEncryption.**",
           
"**.functions.unary.scalar.**,**.functions.updateinplace.**,**.functions.vect.**",
           
"**.functions.reorg.**,**.functions.rewrite.**,**.functions.ternary.**",
-          "**.functions.transform.**",
+          "**.functions.transform.**","**.functions.unique.**",
           
"**.functions.unary.matrix.**,**.functions.linearization.**,**.functions.jmlc.**"
         ]
         java: [11]

Reply via email to