Skip to content

Commit af4fd3c

Browse files
committed
Still testing
1 parent 889ac5c commit af4fd3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-output/junit-*.xml"
20+
artifact_paths: "./junit-output/junit-*.xml"
2121
- wait: ~
2222
continue_on_failure: true
2323
- label: "Test results"

.buildkite/run-client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ docker run \
2828
--name elasticsearch-js \
2929
--rm \
3030
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'"

0 commit comments

Comments
 (0)