Skip to content

Commit 0e66179

Browse files
committed
Avoid downloading compliance xml files
1 parent 707afa7 commit 0e66179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ steps:
4444
- label: ":junit: Junit annotate"
4545
plugins:
4646
- junit-annotate#v2.4.1:
47-
artifacts: "*.xml"
47+
artifacts: "build/test-results/*.xml;junit-win-report.xml"
4848
fail-build-on-error: true
4949
agents:
5050
provider: "gcp"

0 commit comments

Comments
 (0)