We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01de09e commit 3ba5566Copy full SHA for 3ba5566
.github/workflows/test-report.yml
@@ -1,22 +1 @@
1
-name: 'Test Report'
2
-# This is recommended to run after the CI workflow to publish test results since it has different
3
-# permissions
4
-on:
5
- workflow_run:
6
- workflows: ['CI'] # runs after CI workflow
7
- types:
8
- - completed
9
-permissions:
10
- contents: read
11
- actions: read
12
- checks: write
13
-jobs:
14
- report:
15
- runs-on: ubuntu-latest
16
- steps:
17
- - uses: dorny/test-reporter@v2
18
- with:
19
- artifact: saymore-test-results
20
- name: NUnit Tests
21
- path: '*.xml' # Path to test results (inside artifact .zip)
22
- reporter: dotnet-nunit
+test
0 commit comments