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

[lucene-solr] 12/38: LUCENE-9658: add spotless formatting check to github precommit action

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

ctargett pushed a commit to branch jira/solr-13105-toMerge
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit aced5d4104a4b0cddea2aa9862b9c9cd0f91d975
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