diff options
| author | Kit Langton <[email protected]> | 2026-04-03 22:47:20 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-03 22:47:20 -0400 |
| commit | 00fa68b3a70facfe942523d35e2ecbf8456f0d49 (patch) | |
| tree | e128671b743f0b1a7d9b396355995385593a0dc4 /.github/workflows | |
| parent | 288eb044cb6f222d06d8e75dc51c9d59c40f86ba (diff) | |
| download | opencode-00fa68b3a70facfe942523d35e2ecbf8456f0d49.tar.gz opencode-00fa68b3a70facfe942523d35e2ecbf8456f0d49.zip | |
fix(ci): create JUnit output dirs before tests (#20959)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
