mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
Fix windows test
This commit is contained in:
parent
cfd7e13d26
commit
2583bde6de
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue