Skip to content

Commit c19f38b

Browse files
committed
Emtpy string
1 parent 4bb3137 commit c19f38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ jobs:
115115
name: dd/junit
116116
if: ${{ !cancelled() }}
117117
runs-on: ubuntu-24.04
118-
continue-on-error: true
119118
container:
120119
image: datadog/ci
121120
credentials:
@@ -165,6 +164,7 @@ jobs:
165164
run: echo "DD_GIT_COMMIT_SHA=$DD_GIT_COMMIT_SHA" >> "$GITHUB_ENV"
166165
- run: echo "$DD_GIT_COMMIT_SHA"
167166
- name: Upload junit reports
167+
continue-on-error: true
168168
run: datadog-ci junit upload --verbose tmp/rspec/
169169

170170
coverage:

0 commit comments

Comments
 (0)