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