Skip to content

Commit 6f7b321

Browse files
fix: use files glob search for publish-unit-test-result-action (#309)
Co-authored-by: Sajid Kakroo <sajid>
1 parent 66e57dc commit 6f7b321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: EnricoMi/publish-unit-test-result-action@v2
9292
if: ${{ !startsWith(github.ref_name, 'dependabot/') }}
9393
with:
94-
files: integration-results/integration-results.xml
94+
files: "**/integration-results.xml"
9595
comment_title: qnexus integration results
9696

9797
- name: "Post scheduled runs summary in Slack: #nexus-tests"

0 commit comments

Comments
 (0)