mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +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
|
||||
});
|
||||
|
||||
distribution['getPlatformOption'] = () => {
|
||||
distro['getPlatformOption'] = () => {
|
||||
return { archive: 'tar.gz', os: 'macos' };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue