mirror of
https://github.com/actions/setup-java.git
synced 2025-07-04 10:32:56 +00:00
fix test error
This commit is contained in:
parent
4c9e711992
commit
7f499ce617
@ -114,7 +114,8 @@ describe('GraalVMDistribution', () => {
|
||||
|
||||
const osType = distribution.getPlatform();
|
||||
if (osType === 'windows' && distroArch === 'aarch64') {
|
||||
test.skip('Skipping test: aarch64 is not available for Windows');
|
||||
console.warn('Skipping test: aarch64 is not available for Windows');
|
||||
return;
|
||||
}
|
||||
|
||||
const archiveType = getDownloadArchiveExtension();
|
||||
|
Loading…
Reference in New Issue
Block a user