Skip to content

Commit 4a72a09

Browse files
authored
ci: fix incorrect filepath to multios test xml (#3153)
1 parent f11947f commit 4a72a09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/dd-ci-upload/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
4545
- name: Add CodeOwners to JUnit files
4646
shell: bash
47-
run: cd ./.github/actions/add-codeowners && ./codeowners.sh ${{ inputs.files }}
47+
run: ./.github/actions/add-codeowners/codeowners.sh ${{ inputs.files }}
4848

4949
- name: Upload the JUnit files
5050
shell: bash

.github/workflows/multios-unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
gotestsum --junitfile ${REPORT} -- $(cat packages.txt) -v -coverprofile=coverage.txt -covermode=atomic -timeout 15m
6161
- name: Upload the results to Datadog CI App
6262
if: always()
63+
continue-on-error: true
6364
uses: ./.github/actions/dd-ci-upload
6465
with:
6566
dd-api-key: ${{ secrets.DD_CI_API_KEY }}

0 commit comments

Comments
 (0)