From d7782bd9508de0a0e859f6a60735c862aa3c319c Mon Sep 17 00:00:00 2001 From: kankys Date: Thu, 7 May 2026 11:55:57 +0200 Subject: [PATCH] jsj --- .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 cb46ce8..5f674e1 100644 --- a/.gitea/workflows/playwright.yaml +++ b/.gitea/workflows/playwright.yaml @@ -14,7 +14,7 @@ jobs: run: | npm install - - name: Run Playwright tests + - name: Run Playwright tests --with-deps # V tomto obrazu už prohlížeče JSOU, není třeba je instalovat run: | npx playwright test --project=chromium --project=firefox \ No newline at end of file