Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-02-06 23:45:48 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-02-06 23:59:02 +0300
commit4c3e6079fd843f56d5115f93faad940e61fcc5c7 (patch)
treeaed2fb6a62a8e2ed93daeb78097fb473d006bed9 /.github
parent5fe8354c789dd004f9a57f9dc52d57b9087e2a7d (diff)
Add report title to test result reporter.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unit_tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index a119c2309..0dcb92e6f 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -34,4 +34,5 @@ jobs:
if: always()
with:
path: TestResults/**/*.xml
+ reportTitle: Unit Test Results
access-token: ${{ secrets.GITHUB_TOKEN }}