Fix empty cache save on using or github.workspace(#833 in actions/cache) as path
This commit is contained in:
+5
@@ -32,3 +32,8 @@ test('assertDefined throws if undefined', () => {
|
||||
test('assertDefined returns value', () => {
|
||||
expect(cacheUtils.assertDefined('test', 5)).toBe(5)
|
||||
})
|
||||
|
||||
test('resolvePaths works on current directory', async () => {
|
||||
const resolvedPath = await cacheUtils.resolvePaths(['.'])
|
||||
expect(resolvedPath).toBe(['.'])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user