mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
Fix microsoft installer test on non-macOS platforms
This commit is contained in:
parent
c041f7cce2
commit
06bcb9d3c7
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ describe('findPackageForDownload', () => {
|
||||||
checkLatest: false
|
checkLatest: false
|
||||||
});
|
});
|
||||||
|
|
||||||
distribution['getPlatformOption'] = () => {
|
distro['getPlatformOption'] = () => {
|
||||||
return { archive: 'tar.gz', os: 'macos' };
|
return { archive: 'tar.gz', os: 'macos' };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue