From 00fa68b3a70facfe942523d35e2ecbf8456f0d49 Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Fri, 3 Apr 2026 22:47:20 -0400 Subject: fix(ci): create JUnit output dirs before tests (#20959) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 119d652ae..70a8477fb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 -- cgit v1.2.3