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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 5115b9b  Improved: no functional change, removes tests in GH actions
5115b9b is described below

commit 5115b9b29e1fdb3b63e86168d746db56c16e1d97
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 bc78ab7..18d5c18 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