fix(ci): write unit junit reports to artifacts dir

This commit is contained in:
Kit Langton
2026-04-03 17:05:59 -04:00
parent a8f62dfe77
commit 1fdf29d471
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ jobs:
if: always()
uses: mikepenz/action-junit-report@v6
with:
report_paths: packages/*/.artifacts/unit/junit.xml
report_paths: packages/*/artifacts/unit/junit.xml
check_name: "unit results (${{ matrix.settings.name }})"
detailed_summary: true
include_time_in_summary: true
@@ -77,7 +77,7 @@ jobs:
name: unit-${{ matrix.settings.name }}-${{ github.run_attempt }}
if-no-files-found: ignore
retention-days: 7
path: packages/*/.artifacts/unit/junit.xml
path: packages/*/artifacts/unit/junit.xml
e2e:
name: e2e (${{ matrix.settings.name }})