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 () => { it('should not throw exception if `cache` is not set', async () => {
process.env['GITHUB_WORKSPACE'] = '/tmp'; process.env['GITHUB_WORKSPACE'] = '.';
const arch = 'x64'; const arch = 'x64';
os.platform = 'darwin'; os.platform = 'darwin';