Fix yarn install
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/e2e-tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/e2e-tests.yml
									
									
									
									
										vendored
									
									
								
							@ -59,7 +59,9 @@ jobs:
 | 
				
			|||||||
        node-version-file: '.nvmrc'
 | 
					        node-version-file: '.nvmrc'
 | 
				
			||||||
    - uses: KittyCAD/action-install-cli@use-powershell-windows
 | 
					    - uses: KittyCAD/action-install-cli@use-powershell-windows
 | 
				
			||||||
    - name: Install dependencies
 | 
					    - name: Install dependencies
 | 
				
			||||||
      run: yarn
 | 
					      run: |
 | 
				
			||||||
 | 
					        npm install --global yarn
 | 
				
			||||||
 | 
					        yarn
 | 
				
			||||||
    - name: Cache Playwright Browsers
 | 
					    - name: Cache Playwright Browsers
 | 
				
			||||||
      uses: actions/cache@v4
 | 
					      uses: actions/cache@v4
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user