Skip to content

Commit 2422591

Browse files
committed
Cleanup
1 parent 40db1a0 commit 2422591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-report.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: ci-report
66

77
on:
88
workflow_run:
9-
workflows: ci-test # runs after CI workflow
9+
workflows: ['ci-test'] # runs after CI workflow
1010
types:
1111
- completed
1212
jobs:
@@ -17,7 +17,7 @@ jobs:
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

@@ -28,6 +28,6 @@ jobs:
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

0 commit comments

Comments
 (0)