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

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new e89d891  split builds in smaller chunks
e89d891 is described below

commit e89d891a1bdcb17b0fae156ab6e678f1b6dc077d
Author: Antoine Toulme <[email protected]>
AuthorDate: Sun Apr 26 00:29:29 2020 -0700

    split builds in smaller chunks
---
 .github/workflows/master-pr-build.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
index 7cb26ba..af5cf6b 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -48,7 +48,11 @@ jobs:
           path: ~/.m2
           key: ${{ runner.os }}-m2-${{ 
hashFiles('**/dependency-versions.gradle') }}
           restore-keys: ${{ runner.os }}-m2
-      - name: gradle build
-        run: ./gradlew allDependencies checkLicenses spotlessCheck test 
assemble
+      - name: gradle checks
+        run: ./gradlew spotlessCheck checkLicenses
+      - name: gradle assemble
+          run: ./gradlew assemble -x test
+      - name: gradle test
+        run: ./gradlew test
       - name: Collect JUnit tests
         uses: danger/[email protected]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to