Skip to content

Commit 1acab72

Browse files
author
Danny McCormick
authored
New tool cache (#8)
* Consume new tool-cache * Fix tests * Fix workflow
1 parent 594da1d commit 1acab72

27 files changed

+7706
-7705
lines changed

__tests__/installer.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import httpClient = require('typed-rest-client/HttpClient');
77
const toolDir = path.join(__dirname, 'runner', 'tools');
88
const tempDir = path.join(__dirname, 'runner', 'temp');
99

10-
process.env['RUNNER_TOOLSDIRECTORY'] = toolDir;
11-
process.env['RUNNER_TEMPDIRECTORY'] = tempDir;
10+
process.env['RUNNER_TOOL_CACHE'] = toolDir;
11+
process.env['RUNNER_TEMP'] = tempDir;
1212
import * as installer from '../src/installer';
1313

1414
const IS_WINDOWS = process.platform === 'win32';

node_modules/@actions/core/README.md

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/command.d.ts

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/command.js

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/core.d.ts

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)