From 2583bde6ded6c335d454f2d7028afd2755b5dff5 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Wed, 1 Feb 2023 13:46:49 +0100 Subject: [PATCH] Fix windows test --- __tests__/setup-go.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';