4
0
Fork 0
mirror of https://github.com/actions/setup-go.git synced 2025-11-12 14:53:36 +00:00

Fix windows test

This commit is contained in:
Sergey Dolin 2023-02-01 13:46:49 +01:00
parent cfd7e13d26
commit 2583bde6de

View file

@ -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';