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

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a3925a  TIKA-3621 -- validate only
1a3925a is described below

commit 1a3925a0717b22b11ff71dd1aef693e09c0a6b1c
Author: tballison <[email protected]>
AuthorDate: Thu Dec 16 14:23:12 2021 -0500

    TIKA-3621 -- validate only
---
 .github/workflows/main-jdk8-ossindex-fail-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main-jdk8-ossindex-fail-build.yml 
b/.github/workflows/main-jdk8-ossindex-fail-build.yml
index a6b8619..c2ad3b6 100644
--- a/.github/workflows/main-jdk8-ossindex-fail-build.yml
+++ b/.github/workflows/main-jdk8-ossindex-fail-build.yml
@@ -38,4 +38,4 @@ jobs:
         with:
           java-version: ${{ matrix.java }}
       - name: Build with Maven
-        run: mvn -Possindex-fail clean test
+        run: mvn -Possindex-fail validate

Reply via email to