mirror of
				https://github.com/actions/cache.git
				synced 2025-11-01 02:44:18 +08:00 
			
		
		
		
	
						commit
						5df1ae880d
					
				| @ -26,7 +26,7 @@ test("isGhes returns true if server url is not github.com", () => { | |||||||
|     } |     } | ||||||
| }); | }); | ||||||
| 
 | 
 | ||||||
| test("isGhes returns true when server url is github.com", () => { | test("isGhes returns false when server url is github.com", () => { | ||||||
|     try { |     try { | ||||||
|         process.env["GITHUB_SERVER_URL"] = "http://github.com"; |         process.env["GITHUB_SERVER_URL"] = "http://github.com"; | ||||||
|         expect(actionUtils.isGhes()).toBe(false); |         expect(actionUtils.isGhes()).toBe(false); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashwin Sangem
						Ashwin Sangem