This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 6526343 [CI] Reduce verbosity of test-reporter to improve usability
on GitHub mobile app (#14959)
6526343 is described below
commit 65263434094bd064fc3a576150dc6d11fd2f7d88
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Apr 1 12:46:39 2022 +0300
[CI] Reduce verbosity of test-reporter to improve usability on GitHub
mobile app (#14959)
- the test-reporter action adds test reports to GitHub Actions UI. With
information
about all tests, this becomes too much information especially when using
the GitHub
mobile app.
- report only summary of tests
---
.github/workflows/pulsar-ci-test-report.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/pulsar-ci-test-report.yaml
b/.github/workflows/pulsar-ci-test-report.yaml
index 28094e5..47feb94 100644
--- a/.github/workflows/pulsar-ci-test-report.yaml
+++ b/.github/workflows/pulsar-ci-test-report.yaml
@@ -36,3 +36,4 @@ jobs:
max-annotations: 50
token: ${{ secrets.GITHUB_TOKEN }}
fail-on-error: false
+ only-summary: true