fix(ci): create JUnit output dirs before tests (#20959)

This commit is contained in:
Kit Langton 2026-04-03 22:47:20 -04:00 committed by GitHub
commit 00fa68b3a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -75,6 +75,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: unit-${{ matrix.settings.name }}-${{ github.run_attempt }}
include-hidden-files: true
if-no-files-found: ignore
retention-days: 7
path: packages/*/.artifacts/unit/junit.xml