mirror of
https://github.com/actions/setup-java.git
synced 2025-06-29 12:34:14 +00:00
enhanced error message for semeru
This commit is contained in:
parent
d141a64379
commit
bd480edf49
3 changed files with 9 additions and 7 deletions
|
@ -207,7 +207,7 @@ describe('findPackageForDownload', () => {
|
|||
});
|
||||
distribution['getAvailableVersions'] = async () => [];
|
||||
await expect(distribution['findPackageForDownload']('8')).rejects.toThrow(
|
||||
`Unsupported architecture: ${arch} is not supported for IBM Semeru 8 for your current OS version. Please refer to IBM Semeru documentation or support resources to verify compatibility with your OS.`
|
||||
`Unsupported architecture for IBM Semeru: ${arch} for your current OS version, the following are supported: x64, x86, ppc64le, ppc64, s390x, aarch64`
|
||||
);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue