mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	ci(e2e): remove headless arg from cypress run
				
					
				
			Since [cypress-io/github-action v4.0.1][1], the headless argument no longer exists. Since Cypress v8.0.0, it didn't do anything, since this was the default behaviour. [1]: https://github.com/cypress-io/github-action/releases/tag/v4.0.1
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/e2e.yml
									
									
									
									
										vendored
									
									
								
							@@ -39,6 +39,5 @@ jobs:
 | 
			
		||||
          # e.g. if this action was run from a fork
 | 
			
		||||
          record: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
 | 
			
		||||
          parallel: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
 | 
			
		||||
          headless: true
 | 
			
		||||
        env:
 | 
			
		||||
          CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user