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 63ecc059ec Improved: GH Actions and Buildbot Builders are not consistent (INFRA-23076) 63ecc059ec is described below commit 63ecc059ec1a0cc3e0e20df54a4b4503dc570dbe Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Apr 18 09:32:48 2022 +0200 Improved: GH Actions and Buildbot Builders are not consistent (INFRA-23076) Reverts previous commit, see https://lists.apache.org/thread/80wzf4kclfk5nh2fss56jd6otf7y4n2f --- .github/workflows/gradle.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml index db68f05383..83c280730f 100644 --- a/.github/workflows/gradle.yaml +++ b/.github/workflows/gradle.yaml @@ -38,5 +38,8 @@ jobs: java-version: 1.8 - name: Grant execute permission for gradlew run: chmod +x gradlew - - name: Builds with Gradle, checks style and run integration tests (just to know idf they pass) - run: ./gradlew pullAllPluginsSource check loadAll testIntegration + - name: Build with Gradle + run: ./gradlew pullAllPluginsSource check +# Below does not work, see https://lists.apache.org/thread/80wzf4kclfk5nh2fss56jd6otf7y4n2f +# - name: Builds with Gradle, checks style and run integration tests (just to know if they pass) +# run: ./gradlew pullAllPluginsSource check loadAll testIntegration