Skip to content

Commit 5d156bc

Browse files
tgd1975mistral-vibe
andcommitted
fix: Use correct path for test results
This updates the workflow to use the correct path for the test results. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 33d5a65 commit 5d156bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: EnricoMi/publish-unit-test-result-action@v2
7474
if: always()
7575
with:
76-
files: test-results.xml
76+
files: test-results/*.xml
7777
comment_mode: always
7878
check_name: "GoogleTest Results"
7979

@@ -82,5 +82,5 @@ jobs:
8282
if: always()
8383
with:
8484
name: test-results
85-
path: test-results.xml
85+
path: test-results/
8686
retention-days: 30

0 commit comments

Comments
 (0)