You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2023/03/05 06:08:07 UTC

[submarine] branch master updated: SUBMARINE-1370. Fix Calculate combined coverage failed

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6fe02972 SUBMARINE-1370. Fix Calculate combined coverage failed
6fe02972 is described below

commit 6fe02972518973a9994b97e7d507d6346de2ddf9
Author: cdmikechen <cd...@apache.org>
AuthorDate: Mon Feb 27 08:07:40 2023 +0800

    SUBMARINE-1370. Fix Calculate combined coverage failed
    
    ### What is this PR for?
    Fix Calculate combined coverage step failed.
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    * [x] - Add mvn build step
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-1370
    
    ### How should this be tested?
    NA
    
    ### Screenshots (if appropriate)
    NA
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: cdmikechen <cd...@apache.org>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #1052 from cdmikechen/test-sonarcloud and squashes the following commits:
    
    4cdfddf1 [cdmikechen] try to fix cicd
---
 .github/workflows/master.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 9a07b38a..3bc7f27e 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -690,6 +690,8 @@ jobs:
         uses: actions/setup-java@v1
         with:
           java-version: 11
+      - name: Build the project with JDK 11
+        run: mvn install -DskipTests
       - name: Download artifacts
         uses: actions/download-artifact@v2
         with:


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org