mirror of
https://github.com/zadam/trilium.git
synced 2026-05-09 15:37:09 +02:00
feat(ci/server): HTML output
This commit is contained in:
8
.github/workflows/dev.yml
vendored
8
.github/workflows/dev.yml
vendored
@@ -43,6 +43,14 @@ jobs:
|
||||
- name: Run the server-side tests
|
||||
run: pnpm run --filter=server test
|
||||
|
||||
- name: Upload server test report
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: server-test-report
|
||||
path: apps/server/test-output/vitest/html/
|
||||
retention-days: 30
|
||||
|
||||
- name: Run the rest of the tests
|
||||
run: pnpm run --filter=\!client --filter=\!server test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user