Skip to content

Commit 725c48c

Browse files
1 parent 74acf9c commit 725c48c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-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.9.0:
21+
- check-run-reporter/check-run-reporter#v2.9.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.9.0:
40+
- check-run-reporter/check-run-reporter#v2.9.1:
4141
tests: 'src/**/*.spec.ts,!src/storyshots.spec.ts'
4242
report: 'reports/junit/**/*.xml'
4343
token: '<your repo token>'

bin/crr-linux

-72 Bytes
Binary file not shown.

bin/crr-macos

-24 Bytes
Binary file not shown.

bin/crr-windows.exe

-48 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)