File tree 3 files changed +190
-30
lines changed
3 files changed +190
-30
lines changed Original file line number Diff line number Diff line change @@ -277,16 +277,16 @@ orbs:
277
277
when : always
278
278
command : |
279
279
set -e
280
-
280
+
281
281
sed -i 's/file="\.\//file="/g' tmp/rspec/*.xml
282
-
282
+
283
283
ls -l tmp/rspec/*.xml
284
284
285
285
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
286
286
287
287
datadog-ci version
288
288
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/
290
290
- store_test_results :
291
291
path : tmp/rspec
292
292
- persist_to_workspace :
You can’t perform that action at this time.
0 commit comments