Skip to content

Commit 2b4c033

Browse files
committed
WIP
1 parent 5039067 commit 2b4c033

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/

tasks/github.rake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)