File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
- " 18"
18
18
- " 20"
19
19
command : ./.buildkite/run-tests.sh
20
- artifact_paths : " junit-output/junit-*.xml"
20
+ artifact_paths : " ./ junit-output/junit-*.xml"
21
21
- wait : ~
22
22
continue_on_failure : true
23
23
- label : " Test results"
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ docker run \
28
28
--name elasticsearch-js \
29
29
--rm \
30
30
elastic/elasticsearch-js \
31
- bash -c " npm run test:integration; [ -f $repo /$TEST_SUITE -report-junit.xml ] && mv $repo /$TEST_SUITE -report-junit.xml /junit-output/junit-$BUILDKITE_JOB_ID .xml || echo"
31
+ bash -c " npm run test:integration; [ -f . /$TEST_SUITE -report-junit.xml ] && mv . /$TEST_SUITE -report-junit.xml /junit-output/junit-$BUILDKITE_JOB_ID .xml || echo 'No JUnit artifact found' "
You can’t perform that action at this time.
0 commit comments