-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
bugSomething isn't workingSomething isn't workingsoftware-deliveryRelated to [coverage, deployment, dora, junit, measure, tag, trace]Related to [coverage, deployment, dora, junit, measure, tag, trace]
Description
Bug description
When I configure the step as follows,
- name: Upload test results to Datadog
if: ${{ always() && github.actor != 'dependabot[bot]' }}
continue-on-error: true
uses: datadog/junit-upload-github-action@v1
with:
api-key: ${{ inputs.datadog-api-key }}
service: mloop-backend
env: ci
files: '**/test-results/**/*.xml'
It is not traversing nested paths and fetching the reports from nested path.
Describe what you expected
Github Action like EnricoMi/publish-unit-test-result-action handle relative paths really well. Would expect this to also work with these paths.
Steps to reproduce the issue
No response
Additional context
No response
Command
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingsoftware-deliveryRelated to [coverage, deployment, dora, junit, measure, tag, trace]Related to [coverage, deployment, dora, junit, measure, tag, trace]