File tree Expand file tree Collapse file tree 3 files changed +190
-30
lines changed Expand file tree Collapse file tree 3 files changed +190
-30
lines changed Original file line number Diff line number Diff line change @@ -277,16 +277,16 @@ orbs:
277277 when : always
278278 command : |
279279 set -e
280-
280+
281281 sed -i 's/file="\.\//file="/g' tmp/rspec/*.xml
282-
282+
283283 ls -l tmp/rspec/*.xml
284284
285285 curl -L --fail --retry 5 "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci
286286
287287 datadog-ci version
288288
289- DD_ENV=ci DATADOG_API_KEY=$JUNIT_UPLOAD_API_KEY DATADOG_SITE=datadoghq.com datadog-ci junit upload --service dd-trace-rb tmp/rspec/
289+ DD_ENV=ci DATADOG_API_KEY=$JUNIT_UPLOAD_API_KEY DATADOG_SITE=datadoghq.com datadog-ci junit upload --verbose -- service dd-trace-rb tmp/rspec/
290290 - store_test_results :
291291 path : tmp/rspec
292292 - persist_to_workspace :
You can’t perform that action at this time.
0 commit comments