From b78f1e45007eecc0de1029945c094efd234a7b93 Mon Sep 17 00:00:00 2001 From: zuzanna-maria Date: Fri, 7 Feb 2025 16:55:37 +0100 Subject: [PATCH] test run command .yml --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 07f80ac..2924140 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -18,7 +18,7 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests - run: npx playwright test anon --project='chrome' + run: npx playwright test anon --project='chrome' --workers=2 env: PW_URL: ${{ secrets.PW_URL }} MY_SECRET_2: ${{ secrets.MY_SECRET_2 }}