Skip to content

Commit f669fae

Browse files
committed
Add github-report option to test result publishing steps for clarity
1 parent ef79d18 commit f669fae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
if: always()
3535
with:
3636
report-path: ctrf-normative.json
37+
github-report: true
3738

3839
- name: Publish Informative Test Results
3940
uses: ctrf-io/github-test-reporter@v1
4041
if: always()
4142
with:
4243
report-path: ctrf-informative.json
44+
github-report: true

0 commit comments

Comments
 (0)