You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ru...@apache.org on 2021/01/18 06:09:02 UTC

[incubator-ratis] branch master updated: RATIS-1288. Add summary of failures to the CI check (#395)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b9c137d  RATIS-1288. Add summary of failures to the CI check (#395)
b9c137d is described below

commit b9c137d33320c36a0fd9a85da0455c46872ea94d
Author: Rui Wang <am...@163.com>
AuthorDate: Sun Jan 17 22:08:52 2021 -0800

    RATIS-1288. Add summary of failures to the CI check (#395)
---
 .github/workflows/pr.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index c64b7e8..e259bda 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -60,6 +60,9 @@ jobs:
     steps:
         - uses: actions/checkout@master
         - run: ./dev-support/checks/unit.sh
+        - name: Summary of failures
+          run: cat target/${{ github.job }}/summary.txt
+          if: always()
         - uses: actions/upload-artifact@master
           if: always()
           with: