Skip to content

Commit

Permalink
cd to correct directory to access bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahkm committed Jan 24, 2025
1 parent 231d2d3 commit 5f29956
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/dd-ci-upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ runs:
run: |
curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_${{ env.DD_CI_CLI_BUILD }}" --output datadog-ci
chmod +x datadog-ci
- name: Add CodeOwners to JUnit files
shell: bash
run: ../add-codeowners/codeowners.sh
run: cd ../add-codeowners && ./codeowners.sh

- name: Upload the JUnit files
shell: bash
run: |
Expand Down

0 comments on commit 5f29956

Please sign in to comment.