Skip to content

Commit deeb2bf

Browse files
committed
upload test reports
1 parent 99d4749 commit deeb2bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/buildkite/render.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ export class PipelineFactory {
7373
'junit-annotate#v2.6.0': {
7474
artifacts: '*.junit.xml',
7575
},
76+
'test-collector#v1.0.0': {
77+
files: '*.junit.xml',
78+
format: "junit",
79+
'missing-error': 0,
80+
'api-token-env-name': 'ECOSYSTEM_TEST_API_TOKEN',
81+
}
7682
},
7783
}
7884
)

0 commit comments

Comments
 (0)