You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by so...@apache.org on 2021/01/07 19:45:28 UTC

[lucene-solr] branch master updated: LUCENE-9658: add spotless formatting check to github precommit action

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

sokolov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b4b191  LUCENE-9658: add spotless formatting check to github precommit action
8b4b191 is described below

commit 8b4b1910c9af2d4303a53d4a6727d0e33178fea5
Author: Michael Sokolov <so...@amazon.com>
AuthorDate: Thu Jan 7 10:56:35 2021 -0500

    LUCENE-9658: add spotless formatting check to github precommit action
---
 .github/workflows/gradle-precommit.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/gradle-precommit.yml b/.github/workflows/gradle-precommit.yml
index ff275b8..8a3d0c5 100644
--- a/.github/workflows/gradle-precommit.yml
+++ b/.github/workflows/gradle-precommit.yml
@@ -33,6 +33,6 @@ jobs:
           ${{ runner.os }}-gradle-
 
     - name: Build with Gradle
-      run: ./gradlew precommit
+      run: ./gradlew check -x test
 
     - uses: gradle/wrapper-validation-action@v1