File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1545,11 +1545,11 @@ jobs:
15451545 - build-test-jruby-92
15461546 steps :
15471547 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1548+ - run : ls .github
15481549 - run : mkdir -p tmp/rspec && datadog-ci version
15491550 - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
15501551 with :
15511552 path : tmp/rspec
15521553 pattern : junit-*
15531554 merge-multiple : true
1554- - run : sed -i 's;file="./;file=";g' tmp/rspec/*.xml
15551555 - run : datadog-ci junit upload --verbose --service dd-trace-rb tmp/rspec/
Original file line number Diff line number Diff line change @@ -287,6 +287,7 @@ namespace :github do
287287 'needs' => runtimes . map ( &:build_test_id ) ,
288288 'steps' => [
289289 { 'uses' => 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' } ,
290+ { 'run' => 'ls .github' } ,
290291 { 'run' => 'mkdir -p tmp/rspec && datadog-ci version' } ,
291292 {
292293 'uses' => 'actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16' ,
@@ -296,7 +297,7 @@ namespace :github do
296297 'merge-multiple' => true
297298 }
298299 } ,
299- { 'run' => "sed -i 's;file=\" \. \/ ;file=\" ;g' tmp/rspec/*.xml" } ,
300+ # { 'run' => "sed -i 's;file=\"\.\/;file=\";g' tmp/rspec/*.xml" },
300301 { 'run' => 'datadog-ci junit upload --verbose --service dd-trace-rb tmp/rspec/' } ,
301302 ]
302303 }
You can’t perform that action at this time.
0 commit comments