diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 21ef0334f..57d8e683f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -157,7 +157,7 @@ jobs: id: retry if: always() run: | - yarn playwright test --project="Google Chrome" --workers=2 --grep=@focus --repeat-each=25 + yarn playwright test --project="Google Chrome" --workers=1 --grep=@focus --repeat-each=25 # if [[ ! -f "test-results/.last-run.json" ]]; then # # if no last run artifact, than run plawright normally # echo "run playwright normally" @@ -277,7 +277,7 @@ jobs: id: retry if: always() run: | - yarn playwright test --project="webkit" --workers=2 --grep=@focus --repeat-each=25 + yarn playwright test --project="webkit" --workers=1 --grep=@focus --repeat-each=25 # if [[ ! -f "test-results/.last-run.json" ]]; then # # if no last run artifact, than run plawright normally # echo "run playwright normally"