Skip to content

Commit 430cfa2

Browse files
1 parent 3561880 commit 430cfa2

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ them back to GitHub as Check Runs.
1818
steps:
1919
- command: npm test
2020
plugins:
21-
- check-run-reporter/check-run-reporter#v2.10.0:
21+
- check-run-reporter/check-run-reporter#v2.10.1:
2222
report: 'reports/junit/**/*.xml'
2323
token: '<your repo token>'
2424
```
@@ -37,7 +37,7 @@ should run on this host.
3737
steps:
3838
- command: npm test -- $$CHECK_RUN_REPORTER_TESTS_FOR_THIS_AGENT
3939
plugins:
40-
- check-run-reporter/check-run-reporter#v2.10.0:
40+
- check-run-reporter/check-run-reporter#v2.10.1:
4141
tests: 'src/**/*.spec.ts,!src/storyshots.spec.ts'
4242
report: 'reports/junit/**/*.xml'
4343
token: '<your repo token>'

bin/crr-linux

995 Bytes
Binary file not shown.

bin/crr-macos

987 Bytes
Binary file not shown.

bin/crr-windows.exe

923 Bytes
Binary file not shown.

plugin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ author: https://github.com/check-run-reporter
44
requirements: []
55
configuration:
66
properties:
7+
hostname:
8+
type: string
79
report:
810
type: string
911
tests:

0 commit comments

Comments
 (0)