File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
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.7.0 :
21
+ - check-run-reporter/check-run-reporter#v2.7.1 :
22
22
report : ' reports/junit/**/*.xml'
23
23
token : ' <your repo token>'
24
24
` ` `
@@ -35,9 +35,9 @@ should run on this host.
35
35
36
36
` ` ` yml
37
37
steps:
38
- - command: npm test -- $( $CHECK_RUN_REPORTER_TESTS_FOR_THIS_AGENT)
38
+ - command: npm test -- $$CHECK_RUN_REPORTER_TESTS_FOR_THIS_AGENT
39
39
plugins:
40
- - check-run-reporter/check-run-reporter#v2.7.0 :
40
+ - check-run-reporter/check-run-reporter#v2.7.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 @@ -13,7 +13,7 @@ log () {
13
13
LABEL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_LABEL:- $BUILDKITE_LABEL }
14
14
TOKEN=$BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_TOKEN
15
15
TESTS=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_TESTS:- ' ' }
16
- URL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_URL:- https:// api.check-run-reporter.com/ api/ v1/ submissions }
16
+ URL=${BUILDKITE_PLUGIN_CHECK_RUN_REPORTER_URL:- https:// api.check-run-reporter.com/ api/ v1/ split }
17
17
18
18
if [ -z " $TESTS " ]; then
19
19
exit 0
You can’t perform that action at this time.
0 commit comments