increase to 2 workers
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/playwright.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/playwright.yml
									
									
									
									
										vendored
									
									
								
							@ -157,7 +157,7 @@ jobs:
 | 
				
			|||||||
      id: retry
 | 
					      id: retry
 | 
				
			||||||
      if: always()
 | 
					      if: always()
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        yarn playwright test --project="Google Chrome"  --workers=1  --grep=@focus --repeat-each=10
 | 
					        yarn playwright test --project="Google Chrome"  --workers=2  --grep=@focus --repeat-each=10
 | 
				
			||||||
        # if [[ ! -f "test-results/.last-run.json" ]]; then
 | 
					        # if [[ ! -f "test-results/.last-run.json" ]]; then
 | 
				
			||||||
        #     # if no last run artifact, than run plawright normally
 | 
					        #     # if no last run artifact, than run plawright normally
 | 
				
			||||||
        #     echo "run playwright normally"
 | 
					        #     echo "run playwright normally"
 | 
				
			||||||
@ -277,7 +277,7 @@ jobs:
 | 
				
			|||||||
      id: retry
 | 
					      id: retry
 | 
				
			||||||
      if: always()
 | 
					      if: always()
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        yarn playwright test --project="webkit"  --workers=1  --grep=@focus --repeat-each=10
 | 
					        yarn playwright test --project="webkit"  --workers=2  --grep=@focus --repeat-each=10
 | 
				
			||||||
        # if [[ ! -f "test-results/.last-run.json" ]]; then
 | 
					        # if [[ ! -f "test-results/.last-run.json" ]]; then
 | 
				
			||||||
        #     # if no last run artifact, than run plawright normally
 | 
					        #     # if no last run artifact, than run plawright normally
 | 
				
			||||||
        #     echo "run playwright normally"
 | 
					        #     echo "run playwright normally"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user