summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorKit Langton <[email protected]>2026-04-02 15:07:46 -0400
committerGitHub <[email protected]>2026-04-02 15:07:46 -0400
commitf549fde874749d6c5c298e040064c4dde0b50546 (patch)
treeb3ae70f43c2111128c219c66d57ce8224facf894 /.github
parent6dfb30448c82725b82b5c88f9ec4390c35c52a7f (diff)
downloadopencode-f549fde874749d6c5c298e040064c4dde0b50546.tar.gz
opencode-f549fde874749d6c5c298e040064c4dde0b50546.zip
test(app): emit junit artifacts for playwright (#20732)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 03c0741b5..803093fc5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -105,15 +105,17 @@ jobs:
run: bun --cwd packages/app test:e2e:local
env:
CI: true
+ PLAYWRIGHT_JUNIT_OUTPUT: e2e/junit-${{ matrix.settings.name }}.xml
timeout-minutes: 30
- name: Upload Playwright artifacts
- if: failure()
+ if: always()
uses: actions/upload-artifact@v4
with:
name: playwright-${{ matrix.settings.name }}-${{ github.run_attempt }}
if-no-files-found: ignore
retention-days: 7
path: |
+ packages/app/e2e/junit-*.xml
packages/app/e2e/test-results
packages/app/e2e/playwright-report