File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: ci-report
66
77on :
88 workflow_run :
9- workflows : ci-test # runs after CI workflow
9+ workflows : [' ci-test'] # runs after CI workflow
1010 types :
1111 - completed
1212jobs :
1717 - uses : dorny/test-reporter@v1
1818 with :
1919 artifact : test-results-release # artifact name
20- name : Dorny release tests # Name of the check run which will be created
20+ name : Dorny release tests # Name of the check run which will be created
2121 path : ' *.trx' # Path to test results (inside artifact .zip)
2222 reporter : dotnet-trx # Format of test results
2323
2828 - uses : dorny/test-reporter@v1
2929 with :
3030 artifact : test-results-debug # artifact name
31- name : Dorny debug tests # Name of the check run which will be created
31+ name : Dorny debug tests # Name of the check run which will be created
3232 path : ' *.trx' # Path to test results (inside artifact .zip)
3333 reporter : dotnet-trx # Format of test results
You can’t perform that action at this time.
0 commit comments