Skip to content

Commit

Permalink
ci: fix incorrect filepath to multios test xml (#3153)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahkm committed Feb 7, 2025
1 parent 41d4da6 commit 868bb81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dd-ci-upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
- name: Add CodeOwners to JUnit files
shell: bash
run: cd ./.github/actions/add-codeowners && ./codeowners.sh ${{ inputs.files }}
run: ./.github/actions/add-codeowners/codeowners.sh ${{ inputs.files }}

- name: Upload the JUnit files
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/multios-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
gotestsum --junitfile ${REPORT} -- $(cat packages.txt) -v -coverprofile=coverage.txt -covermode=atomic -timeout 15m
- name: Upload the results to Datadog CI App
if: always()
continue-on-error: true
uses: ./.github/actions/dd-ci-upload
with:
dd-api-key: ${{ secrets.DD_CI_API_KEY }}
Expand Down

0 comments on commit 868bb81

Please sign in to comment.