mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
feat(server/e2e): upload test report if it fails
This commit is contained in:
parent
e7521fe30c
commit
f63f24ac9d
9
.github/workflows/playwright.yml
vendored
9
.github/workflows/playwright.yml
vendored
@ -29,4 +29,11 @@ jobs:
|
|||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
- run: pnpm exec playwright install --with-deps
|
- run: pnpm exec playwright install --with-deps
|
||||||
|
|
||||||
- run: pnpm -r e2e
|
- run: pnpm --filter server-e2e e2e
|
||||||
|
|
||||||
|
- name: Upload test report
|
||||||
|
if: failure()
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: e2e report
|
||||||
|
path: apps/server-e2e/test-output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user