We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707afa7 commit 0e66179Copy full SHA for 0e66179
1 file changed
.buildkite/pipeline.yml
@@ -44,7 +44,7 @@ steps:
44
- label: ":junit: Junit annotate"
45
plugins:
46
- junit-annotate#v2.4.1:
47
- artifacts: "*.xml"
+ artifacts: "build/test-results/*.xml;junit-win-report.xml"
48
fail-build-on-error: true
49
agents:
50
provider: "gcp"
0 commit comments