From ad0da68628337eeea61dcbae356ff98950d917dc Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Sat, 2 May 2026 22:55:29 +0200 Subject: [PATCH] fix ci --- .gitea/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 4898361..4eab77c 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -31,6 +31,7 @@ jobs: run: cd frontend && npx playwright install && npx playwright test --workers 1 --reporter html,line - uses: actions/upload-artifact@v3 if: always() + continue-on-error: true with: name: playwright-report path: frontend/playwright-report/