Skip to content

Commit 40dbbe4

Browse files
1 parent bbe6042 commit 40dbbe4

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

bin/crr-linux

7.37 KB
Binary file not shown.

bin/crr-macos

7.36 KB
Binary file not shown.

bin/crr-windows.exe

7.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)