sync with upstream
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import * as path from 'path'
|
||||
import * as io from '@actions/io'
|
||||
import * as installer from '../src/installer'
|
||||
|
||||
const TOOL_DIR = path.join(__dirname, 'runner', 'tools')
|
||||
const TEMP_DIR = path.join(__dirname, 'runner', 'temp')
|
||||
process.env['RUNNER_TOOL_CACHE'] = TOOL_DIR
|
||||
process.env['RUNNER_TEMP'] = TEMP_DIR
|
||||
|
||||
import * as io from '@actions/io'
|
||||
import * as installer from '../src/installer'
|
||||
|
||||
jest.setTimeout(60000)
|
||||
|
||||
describe('installer tests', () => {
|
||||
|
||||
Reference in New Issue
Block a user