mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
Merge branch 'actions:main' into cacheOnGhes
This commit is contained in:
commit
31eb46e10a
@ -139,6 +139,7 @@ describe('findPackageForDownload', () => {
|
||||
packageType: 'jdk',
|
||||
checkLatest: false
|
||||
});
|
||||
distribution['getAvailableVersions'] = async () => manifestData;
|
||||
await expect(
|
||||
distribution['findPackageForDownload'](distribution['version'])
|
||||
).rejects.toThrowError(/Could not find satisfied version for semver */);
|
||||
|
Loading…
Reference in New Issue
Block a user