We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a2fa0 commit 824973aCopy full SHA for 824973a
.buildkite/run-client.sh
@@ -28,7 +28,4 @@ docker run \
28
--name elasticsearch-js \
29
--rm \
30
elastic/elasticsearch-js \
31
- npm run test:integration
32
-
33
-echo "--- Gathering JUnit output"
34
-mv "$repo/junit-output/$TEST_SUITE-report-junit.xml" "$repo/junit-output/junit-$BUILDKITE_JOB_ID.xml"
+ 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"
0 commit comments