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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 395c632  [KYUUBI #1095] Upload scala style output file if failure
395c632 is described below

commit 395c6323cc7143a0bee83f6998e3a99ca3189a88
Author: ulysses-you <[email protected]>
AuthorDate: Mon Sep 13 19:58:28 2021 +0800

    [KYUUBI #1095] Upload scala style output file if failure
    
    <!--
    Thanks for sending a pull request!
    
    Here are some tips for you:
      1. If this is your first time, please read our contributor guidelines: 
https://kyuubi.readthedocs.io/en/latest/community/contributions.html
      2. If the PR is related to an issue in 
https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your 
PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
      3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., 
'[WIP][KYUUBI #XXXX] Your PR title ...'.
    -->
    
    ### _Why are the changes needed?_
    <!--
    Please clarify why the changes are needed. For instance,
      1. If you add a feature, you can talk about the use case of it.
      2. If you fix a bug, you can clarify why it is a bug.
    -->
    Help to debug
    
    ### _How was this patch tested?_
    Pass CI
    
    Closes #1095 from ulysses-you/upload-style-file.
    
    Closes #1095
    
    46a0c2c0 [ulysses-you] Upload scala style output file if failure
    
    Authored-by: ulysses-you <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .github/workflows/master.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index d98f4af..3375a60 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -100,6 +100,7 @@ jobs:
           path: |
             **/target/unit-tests.log
             **/kyuubi-spark-sql-engine.log*
+            **/target/scalastyle-output.xml
 
   tpcds:
     name: TPC-DS Tests

Reply via email to