mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
bump braces from 3.0.2 to 3.0.3
This commit is contained in:
parent
d70e50d8e0
commit
0c30834e35
5 changed files with 522 additions and 91 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