From 4ad1c9fcc0e932749e787b66ca65e453afee1bd4 Mon Sep 17 00:00:00 2001 From: Jaybe Date: Fri, 14 Nov 2025 17:42:13 +0900 Subject: [PATCH] ci(gitea): verbose E2E + upload Playwright report artifact --- .gitea/workflows/ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 04a4d8b..59f7af2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,6 +30,15 @@ jobs: run: npx playwright install --with-deps - name: E2E tests (Playwright) - run: npm run test:e2e + run: npm run test:e2e -- --reporter=line env: CI: true + + - name: Upload Playwright report + if: always() + uses: actions/upload-artifact@v4 + with: + name: playwright-report + path: playwright-report + if-no-files-found: ignore + retention-days: 3