mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-17 21:26:00 +08:00
Merge branch 'pdotl-empty-cache-bugfix' of https://github.com/actions/toolkit into pdotl-empty-cache-bugfix
This commit is contained in:
commit
2a37ee752b
2
packages/cache/__tests__/cacheUtils.test.ts
vendored
2
packages/cache/__tests__/cacheUtils.test.ts
vendored
@ -36,5 +36,5 @@ test('assertDefined returns value', () => {
|
|||||||
|
|
||||||
test('resolvePaths works on current directory', async () => {
|
test('resolvePaths works on current directory', async () => {
|
||||||
const paths = await cacheUtils.resolvePaths(['.'])
|
const paths = await cacheUtils.resolvePaths(['.'])
|
||||||
expect(paths).toContain('.')
|
expect(paths.length).toBe(1)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user