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:22:51 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-02-06 23:26:01 +0300
commit7aa4890cfdbeec44f1041bcbf925c70b11207fd0 (patch)
tree596eace0e37514553bf2032846aa6e1e737dc6bd /.github
parentaca2f186344abdf3e3ec67c348079293ddcb61c4 (diff)
Try different test result reporter.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unit_tests.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index 086c8c3d5..6edbd79eb 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -50,8 +50,9 @@ jobs:
mono nunit/NUnit.ConsoleRunner.3.12.0/tools/nunit3-console.exe Duplicati/UnitTest/bin/Release/Duplicati.UnitTest.dll --where:cat==Utility --work=TestResults
- name: Publish Unit Test Results
- uses: MirrorNG/nunit-reporter@v1.0.9
+ uses: dorny/test-reporter@v1
if: always()
with:
+ name: JEST Tests # Name of the check run which will be created
path: TestResults/**/*.xml
- access-token: ${{ secrets.GITHUB_TOKEN }}
+ reporter: jest-junit