From 9abde8fce84277d0f89362c2338dd5f403f7c834 Mon Sep 17 00:00:00 2001 From: Attila Vamos Date: Wed, 29 May 2024 19:12:54 +0100 Subject: [PATCH] Array test2 Signed-off-by: Attila Vamos --- .github/workflows/test-thor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-thor.yml b/.github/workflows/test-thor.yml index a3005347681..72ea1ca9e81 100644 --- a/.github/workflows/test-thor.yml +++ b/.github/workflows/test-thor.yml @@ -33,13 +33,13 @@ on: - "!candidate-7.0.*" - "!candidate-6.*" -env: - ML_SUPPRESS_WARNING_FILES: [ "RegressionTestModified.ecl" "ClassificationTestModified.ecl" ] - ML_EXCLUDE_FILES: "--ef ClassicTestModified.ecl,SVCTest.ecl,ClassificationTestModified.ecl" - BUNDLES_TO_TEST: ["ML_Core","PBblas","GLM","GNN","DBSCAN","LearningTrees","TextVectors","KMeans","SupportVectorMachines","LinearRegression","LogisticRegression"] - jobs: + env: + ML_SUPPRESS_WARNING_FILES: [ "RegressionTestModified.ecl" "ClassificationTestModified.ecl" ] + ML_EXCLUDE_FILES: "--ef ClassicTestModified.ecl,SVCTest.ecl,ClassificationTestModified.ecl" + BUNDLES_TO_TEST: ["ML_Core","PBblas","GLM","GNN","DBSCAN","LearningTrees","TextVectors","KMeans","SupportVectorMachines","LinearRegression","LogisticRegression"] + main: runs-on: ubuntu-22.04 steps: