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

jleroux pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 8b3e8b5  Improved: no functional change, removes tests in GH actions
8b3e8b5 is described below

commit 8b3e8b5a223b5b8c5fab478c51121e05a35ac0ca
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Jan 15 12:14:09 2022 +0100

    Improved: no functional change, removes tests in GH actions
    
    Adding testIntegration in the GH Gradle process does not work.
    
    For a reason I'll not dig in, it ALWAYS fails at:
    Cannot find service [indexProductsFromContent] location class
    (org.apache.ofbiz.content.search.SearchServices)
---
 .github/workflows/gradle.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml
index d30c482..84db4f4 100644
--- a/.github/workflows/gradle.yaml
+++ b/.github/workflows/gradle.yaml
@@ -39,4 +39,4 @@ jobs:
     - name: Grant execute permission for gradlew
       run: chmod +x gradlew
     - name: Build with Gradle
-      run: ./gradlew pullAllPluginsSource check loadAll testIntegration
+      run: ./gradlew pullAllPluginsSource check

Reply via email to