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 93557f9788 Improved: GH Actions and Buildbot Builders are not
consistent (INFRA-23076)
93557f9788 is described below
commit 93557f978824816381ff4f5847753751f5dfc8fc
Author: Jacques Le Roux <[email protected]>
AuthorDate: Mon Apr 18 09:32:01 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 00a322495f..a91ea75fca 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, 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