mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
Merge branch 'actions:main' into main
This commit is contained in:
commit
3653181378
6 changed files with 526 additions and 95 deletions
|
@ -115,7 +115,8 @@ describe('findPackageForDownload', () => {
|
|||
const expectedUrl = `https://download.oracle.com/java/18/archive/jdk-18_${osType}-${distroArch}_bin.${archiveType}`;
|
||||
|
||||
expect(result.url).toBe(expectedUrl);
|
||||
}
|
||||
},
|
||||
10000
|
||||
);
|
||||
|
||||
it('should throw an error', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue