Merge branch 'actions:main' into main

This commit is contained in:
Gregory Mitchell 2024-06-30 19:36:32 -04:00 committed by GitHub
commit 3653181378
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 526 additions and 95 deletions

View file

@ -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 () => {