You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ra...@apache.org on 2021/03/15 05:20:03 UTC

[dubbo-admin] branch dev-change-ui2antd updated: Update ci.yml

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

ranke pushed a commit to branch dev-change-ui2antd
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/dev-change-ui2antd by this push:
     new 1483327  Update ci.yml
1483327 is described below

commit 148332792a4ae744540600515cdd7089dd455427
Author: 邪影oO <21...@qq.com>
AuthorDate: Mon Mar 15 13:19:53 2021 +0800

    Update ci.yml
    
    update ci
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7e52f82..da58921 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
       - name: Build with Maven
         run: ./mvnw clean install --batch-mode -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
       - name: show rat
+        if: always()
         run: cat /home/runner/work/dubbo-admin/dubbo-admin/target/rat.txt
       - name: Upload coverage to codecov
         uses: codecov/codecov-action@v1