mirror of
https://github.com/actions/toolkit.git
synced 2026-08-18 00:00:19 +02:00
Merge branch 'pdotl-empty-cache-bugfix' of https://github.com/actions/toolkit into pdotl-empty-cache-bugfix
This commit is contained in:
+1
-1
@@ -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)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user