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 a63ad0a  fix yaml spaces
a63ad0a is described below

commit a63ad0aa3c405111ed90c3abdbad6e68e898a947
Author: Antoine Toulme <[email protected]>
AuthorDate: Sun Apr 26 00:34:41 2020 -0700

    fix yaml spaces
---
 .github/workflows/master-pr-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
index af5cf6b..b14943a 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -51,7 +51,7 @@ jobs:
       - name: gradle checks
         run: ./gradlew spotlessCheck checkLicenses
       - name: gradle assemble
-          run: ./gradlew assemble -x test
+        run: ./gradlew assemble -x test
       - name: gradle test
         run: ./gradlew test
       - name: Collect JUnit tests


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

Reply via email to