diff --git a/__tests__/setup-go.test.ts b/__tests__/setup-go.test.ts index 1736117..aa0fcef 100644 --- a/__tests__/setup-go.test.ts +++ b/__tests__/setup-go.test.ts @@ -959,7 +959,7 @@ use . }); it('should not throw exception if `cache` is not set', async () => { - process.env['GITHUB_WORKSPACE'] = '/tmp'; + process.env['GITHUB_WORKSPACE'] = '.'; const arch = 'x64'; os.platform = 'darwin';