This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release18.12 by this push: new 243127f Improved: no functional change, removes tests in GH actions 243127f is described below commit 243127fc9223c5e2e026093bea4852061ec4b605 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 5a13c23..25cde1b 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