mirror of
				https://github.com/actions/setup-java.git
				synced 2025-11-04 00:10:54 +00:00 
			
		
		
		
	fix test error
This commit is contained in:
		
					parent
					
						
							
								4c9e711992
							
						
					
				
			
			
				commit
				
					
						7f499ce617
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -114,7 +114,8 @@ describe('GraalVMDistribution', () => {
 | 
			
		|||
 | 
			
		||||
      const osType = distribution.getPlatform();
 | 
			
		||||
      if (osType === 'windows' && distroArch === 'aarch64') {
 | 
			
		||||
        test.skip('Skipping test: aarch64 is not available for Windows');
 | 
			
		||||
        console.warn('Skipping test: aarch64 is not available for Windows');
 | 
			
		||||
        return;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      const archiveType = getDownloadArchiveExtension();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue