mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Try reinstalling cypress in CI (#9694)
This commit is contained in:
		
							parent
							
								
									4735ae6451
								
							
						
					
					
						commit
						1d6767ef0c
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -109,8 +109,12 @@ jobs:
 | 
				
			||||||
    # https://github.com/cypress-io/cypress/issues/4351#issuecomment-559489091
 | 
					    # https://github.com/cypress-io/cypress/issues/4351#issuecomment-559489091
 | 
				
			||||||
    - name: ALSA Env
 | 
					    - name: ALSA Env
 | 
				
			||||||
      run: echo -e 'pcm.!default {\n type hw\n card 0\n}\n\nctl.!default {\n type hw\n card 0\n}' > ~/.asoundrc
 | 
					      run: echo -e 'pcm.!default {\n type hw\n card 0\n}\n\nctl.!default {\n type hw\n card 0\n}' > ~/.asoundrc
 | 
				
			||||||
 | 
					    # XXX: This tries reinstalling Cypress if the binary is not cached
 | 
				
			||||||
 | 
					    # Remove this when the cache issue is fixed
 | 
				
			||||||
 | 
					    - name: Cypress install
 | 
				
			||||||
 | 
					      run: pnpm exec cypress install
 | 
				
			||||||
    - name: Cypress run
 | 
					    - name: Cypress run
 | 
				
			||||||
      uses: cypress-io/github-action@v4
 | 
					      uses: cypress-io/github-action@v5
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        install: false
 | 
					        install: false
 | 
				
			||||||
        start: pnpm start:test
 | 
					        start: pnpm start:test
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue