Skip to content

Commit 3ba5566

Browse files
committed
Test update
1 parent 01de09e commit 3ba5566

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/test-report.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
test

0 commit comments

Comments
 (0)