github token accept through environment variable

This commit is contained in:
mahabaleshwars 2025-07-03 14:58:30 +05:30
commit 4c9e711992
5 changed files with 7 additions and 12 deletions

View file

@ -114,7 +114,7 @@ describe('GraalVMDistribution', () => {
const osType = distribution.getPlatform();
if (osType === 'windows' && distroArch === 'aarch64') {
return; // skip, aarch64 is not available for Windows
test.skip('Skipping test: aarch64 is not available for Windows');
}
const archiveType = getDownloadArchiveExtension();