fix(ci): create JUnit output dirs before tests (#20959)
This commit is contained in:
parent
288eb044cb
commit
00fa68b3a7
3 changed files with 3 additions and 2 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue