Merge branch 'pdotl-empty-cache-bugfix' of https://github.com/actions/toolkit into pdotl-empty-cache-bugfix

This commit is contained in:
Lovepreet Singh
2022-07-14 08:12:45 +00:00
committed by GitHub

View File

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