mirror of
https://github.com/actions/setup-java.git
synced 2025-07-18 21:35:14 +00:00
github token accept through environment variable
This commit is contained in:
parent
6992528a74
commit
4c9e711992
5 changed files with 7 additions and 12 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue