feat(server/e2e): upload test report if it fails

This commit is contained in:
Elian Doran 2025-09-02 22:51:57 +03:00
parent e7521fe30c
commit f63f24ac9d
No known key found for this signature in database

View File

@ -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