Moved cache-related code into subpackage

This commit is contained in:
daz
2024-04-08 13:29:58 -06:00
parent ecf84edd45
commit 528fe78d31
14 changed files with 131 additions and 137 deletions

View File

@@ -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)