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 () => {
|
||||
const paths = await cacheUtils.resolvePaths(['.'])
|
||||
expect(paths).toContain('.')
|
||||
expect(paths.length).toBe(1)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user