This is an automated email from the ASF dual-hosted git repository. yuxuan pushed a commit to branch spotless-optional in repository https://gitbox.apache.org/repos/asf/thrift.git
commit 0b11cec8f7a4b188ce085517eaddcdf55c786296 Author: Yuxuan 'fishy' Wang <[email protected]> AuthorDate: Mon Dec 4 16:42:07 2023 -0500 Github Actions: Make java spotless step optional Add `continue-on-error: true` so it does not block cross-tests from running. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d963b0a9e..0b35d3088 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -169,6 +169,7 @@ jobs: run: | cd lib/java gradle spotlessCheck + continue-on-error: true - name: Run ktfmtCheck for Kotlin run: |
