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

pdallig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 2601e91415 Execute checkstyle during default build (#4637)
2601e91415 is described below

commit 2601e91415957a3760c16fb2bf0ad1d8628009b5
Author: Philipp Dallig <philipp.dal...@gmail.com>
AuthorDate: Tue Aug 8 09:06:03 2023 +0200

    Execute checkstyle during default build (#4637)
---
 .github/workflows/core.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml
index ba5feee7a7..5e107b642d 100644
--- a/.github/workflows/core.yml
+++ b/.github/workflows/core.yml
@@ -487,4 +487,4 @@ jobs:
           restore-keys: |
             ${{ runner.os }}-zeppelin-
       - name: build without any profiles
-        run: ./mvnw clean package -DskipTests ${MAVEN_ARGS}
+        run: ./mvnw clean verify -DskipTests ${MAVEN_ARGS}

Reply via email to