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