mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-10-31 13:41:06 +08:00 
			
		
		
		
	Clean up tests
This commit is contained in:
		
							parent
							
								
									7deb8583be
								
							
						
					
					
						commit
						26fa782187
					
				| @ -3,7 +3,7 @@ import fs = require('fs'); | |||||||
| import path = require('path'); | import path = require('path'); | ||||||
| 
 | 
 | ||||||
| const toolDir = path.join( | const toolDir = path.join( | ||||||
|   process.cwd(), |   __dirname, | ||||||
|   'runner', |   'runner', | ||||||
|   path.join( |   path.join( | ||||||
|     Math.random() |     Math.random() | ||||||
| @ -13,7 +13,7 @@ const toolDir = path.join( | |||||||
|   'tools' |   'tools' | ||||||
| ); | ); | ||||||
| const tempDir = path.join( | const tempDir = path.join( | ||||||
|   process.cwd(), |   __dirname, | ||||||
|   'runner', |   'runner', | ||||||
|   path.join( |   path.join( | ||||||
|     Math.random() |     Math.random() | ||||||
| @ -24,7 +24,6 @@ const tempDir = path.join( | |||||||
| ); | ); | ||||||
| 
 | 
 | ||||||
| process.env['RUNNER_TOOLSDIRECTORY'] = toolDir; | process.env['RUNNER_TOOLSDIRECTORY'] = toolDir; | ||||||
| process.env['AGENT_TOOLSDIRECTORY'] = toolDir; |  | ||||||
| process.env['RUNNER_TEMPDIRECTORY'] = tempDir; | process.env['RUNNER_TEMPDIRECTORY'] = tempDir; | ||||||
| 
 | 
 | ||||||
| import * as finder from '../src/find-python'; | import * as finder from '../src/find-python'; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Danny McCormick
						Danny McCormick