From ee2b5c67ae5684f92a499abee50612b322c7ccfd Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 11 Jul 2019 16:58:38 -0400 Subject: [PATCH] Set fallback location in tests --- __tests__/finder.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/__tests__/finder.test.ts b/__tests__/finder.test.ts index 48ce454..3ca2bd7 100644 --- a/__tests__/finder.test.ts +++ b/__tests__/finder.test.ts @@ -24,6 +24,7 @@ const tempDir = path.join( ); process.env['RUNNER_TOOLSDIRECTORY'] = toolDir; +process.env['AGENT_TOOLSDIRECTORY'] = toolDir; process.env['RUNNER_TEMPDIRECTORY'] = tempDir; import * as finder from '../src/find-python';