Skip to content

Commit e0fc67b

Browse files
committed
Use correct JUnit path
1 parent 824973a commit e0fc67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
- "18"
1818
- "20"
1919
command: ./.buildkite/run-tests.sh
20-
artifact_paths: "*junit.xml"
20+
artifact_paths: "junit-output/*junit.xml"
2121
- wait: ~
2222
continue_on_failure: true
2323
- label: "Test results"

0 commit comments

Comments
 (0)