From 802a0fee469e2c8ec479d08d70f2845501500c22 Mon Sep 17 00:00:00 2001 From: kankys Date: Tue, 5 May 2026 23:12:27 +0200 Subject: [PATCH] test --- .gitea/workflows/playwright.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/playwright.yaml b/.gitea/workflows/playwright.yaml index ac99e87..abf98f3 100644 --- a/.gitea/workflows/playwright.yaml +++ b/.gitea/workflows/playwright.yaml @@ -11,6 +11,6 @@ jobs: - name: Install dependencies run: npm install - name: Install Playwright Browsers - run: npx playwright install + run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test --project=chromium --project=firefox \ No newline at end of file