mirror of
https://codeberg.org/actions/setup-go.git
synced 2024-01-07 17:16:05 +00:00
Fix windows test
This commit is contained in:
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…
Reference in a new issue