mirror of
https://github.com/actions/setup-java.git
synced 2025-04-22 02:46:46 +00:00
adding different data files for each OS
This commit is contained in:
parent
e707d79108
commit
ff70a8950d
11 changed files with 1409 additions and 48 deletions
|
@ -5,7 +5,7 @@ import {IZuluVersions} from '../../src/distributions/zulu/models';
|
|||
import * as utils from '../../src/util';
|
||||
import os from 'os';
|
||||
|
||||
import manifestData from '../data/zulu-releases-default.json';
|
||||
import manifestData from '../data/zulu-linux.json';
|
||||
|
||||
describe('getAvailableVersions', () => {
|
||||
let spyHttpClient: jest.SpyInstance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue