Skip to content

Commit

Permalink
add uploading the test-unit.out.xml artifact (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharbuz authored Nov 13, 2023
1 parent 0718a55 commit a465d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ steps:
image: "docker.elastic.co/cloud-ci/sonarqube/buildkite-scanner:latest"
command:
- "buildkite-agent artifact download build/*coverage.out ."
- "buildkite-agent artifact download build/test-unit.out.xml ."
- "/scan-source-code.sh"
depends_on:
- step: "unit-test"
Expand Down

0 comments on commit a465d09

Please sign in to comment.