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 d3eba54196 Improved: GH Actions and Buildbot Builders are not consistent (INFRA-23076) d3eba54196 is described below commit d3eba541968957013dd568bd207ef73a9f752ef0 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Apr 18 08:51:10 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 78d5c692c7..f4a3deebfe 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 if they pass) - run: ./gradlew pullAllPluginsSource check loadAll testIntegration + - name: Build with Gradle + run: ./gradlew pullAllPluginsSource check +# Below does not work +# - name: Builds with Gradle, checks style and run integration tests (just to know if they pass) +# run: ./gradlew pullAllPluginsSource check loadAll testIntegration