lint + move focus

This commit is contained in:
Ryan Rosello
2024-07-28 18:38:55 +10:00
parent 11d469bdeb
commit 34ae05e4d7
2 changed files with 579 additions and 606 deletions

View File

@ -157,7 +157,7 @@ jobs:
id: retry
if: always()
run: |
yarn playwright test --project="Google Chrome" --workers=1 --grep=@focus --repeat-each=3
yarn playwright test --project="Google Chrome" --workers=1 --grep=@focus --repeat-each=13
# 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=1 --grep=@focus --repeat-each=3
yarn playwright test --project="webkit" --workers=1 --grep=@focus --repeat-each=13
# if [[ ! -f "test-results/.last-run.json" ]]; then
# # if no last run artifact, than run plawright normally
# echo "run playwright normally"

File diff suppressed because it is too large Load Diff