Skip to content

Commit

Permalink
.cirrus.yml: forgot to change junit output file to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dankegel committed May 26, 2020
1 parent 604a9b3 commit b9ee2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
upload_junit_template: &UPLOAD_JUNIT
always:
junit_artifacts:
path: "btmp/*-results.xml"
path: "btmp/*-junit.xml"
type: text/xml
format: junit

Expand Down

0 comments on commit b9ee2d6

Please sign in to comment.