We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11947f commit 4a72a09Copy full SHA for 4a72a09
.github/actions/dd-ci-upload/action.yml
@@ -44,7 +44,7 @@ runs:
44
45
- name: Add CodeOwners to JUnit files
46
shell: bash
47
- run: cd ./.github/actions/add-codeowners && ./codeowners.sh ${{ inputs.files }}
+ run: ./.github/actions/add-codeowners/codeowners.sh ${{ inputs.files }}
48
49
- name: Upload the JUnit files
50
.github/workflows/multios-unit-tests.yml
@@ -60,6 +60,7 @@ jobs:
60
gotestsum --junitfile ${REPORT} -- $(cat packages.txt) -v -coverprofile=coverage.txt -covermode=atomic -timeout 15m
61
- name: Upload the results to Datadog CI App
62
if: always()
63
+ continue-on-error: true
64
uses: ./.github/actions/dd-ci-upload
65
with:
66
dd-api-key: ${{ secrets.DD_CI_API_KEY }}
0 commit comments