Skip to content

Commit

Permalink
[MINOR] Split lineage and count distinct GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Jan 5, 2024
1 parent aefed8f commit a9c2980
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/javaTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
"**.component.p**.**,**.component.t**.**",
"**.functions.a**.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.tensor.**",
"**.functions.blocks.**,**.functions.data.rand.**,",
"**.functions.countDistinct.**,**.functions.countDistinctApprox.**,**.functions.data.misc.**,**.functions.lineage.**",
"**.functions.countDistinct.**,**.functions.countDistinctApprox.**",
"**.functions.data.misc.**,**.functions.lineage.**",
"**.functions.compress.**,**.functions.data.tensor.**,**.functions.codegenalg.parttwo.**,**.functions.codegen.**,**.functions.caching.**",
"**.functions.binary.matrix_full_cellwise.**,**.functions.binary.matrix_full_other.**",
"**.functions.federated.algorithms.**,**.functions.federated.io.**,**.functions.federated.paramserv.**",
Expand Down

0 comments on commit a9c2980

Please sign in to comment.