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 03:30:19 UTC

[dubbo-admin] branch dev-change-ui2antd updated: Temporarily add the information that the output rat does not pass

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 8ec188d  Temporarily add the information that the output rat does not pass
8ec188d is described below

commit 8ec188d80aa8e657e511c19f774ac9b984362e6f
Author: 邪影oO <21...@qq.com>
AuthorDate: Mon Mar 15 11:30:05 2021 +0800

    Temporarily add the information that the output rat does not pass
---
 .github/workflows/ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8cc2801..3740d9b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,9 @@ jobs:
         with:
           java-version: ${{ matrix.java }}
       - name: Build with Maven
-        run: ./mvnw clean install --batch-mode -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
+        run: |
+          ./mvnw clean install --batch-mode -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
+          cat /home/runner/work/dubbo-admin/dubbo-admin/target/rat.txt
       - name: Upload coverage to codecov
         uses: codecov/codecov-action@v1
         with: