Fix windows test

pull/321/head
Sergey Dolin 2 years ago
parent cfd7e13d26
commit 2583bde6de

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

Loading…
Cancel
Save