File tree Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ them back to GitHub as Check Runs.
18
18
steps :
19
19
- command : npm test
20
20
plugins :
21
- - check-run-reporter/check-run-reporter#v2.10.0 :
21
+ - check-run-reporter/check-run-reporter#v2.10.1 :
22
22
report : ' reports/junit/**/*.xml'
23
23
token : ' <your repo token>'
24
24
` ` `
@@ -37,7 +37,7 @@ should run on this host.
37
37
steps:
38
38
- command: npm test -- $$CHECK_RUN_REPORTER_TESTS_FOR_THIS_AGENT
39
39
plugins:
40
- - check-run-reporter/check-run-reporter#v2.10.0 :
40
+ - check-run-reporter/check-run-reporter#v2.10.1 :
41
41
tests: 'src/**/*.spec.ts,!src/storyshots.spec.ts'
42
42
report: 'reports/junit/**/*.xml'
43
43
token: '<your repo token>'
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ author: https://github.com/check-run-reporter
4
4
requirements : []
5
5
configuration :
6
6
properties :
7
+ hostname :
8
+ type : string
7
9
report :
8
10
type : string
9
11
tests :
You can’t perform that action at this time.
0 commit comments