mirror of
https://github.com/gradle/actions.git
synced 2026-01-13 17:26:03 +08:00
Moved cache-related code into subpackage
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as exec from '@actions/exec'
|
||||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
import {CacheCleaner} from '../../src/cache-cleaner'
|
||||
import {CacheCleaner} from '../../src/caching/cache-cleaner'
|
||||
|
||||
jest.setTimeout(120000)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user