mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36: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
|
@ -6,7 +6,7 @@ import {
|
|||
import {HttpClient} from '@actions/http-client';
|
||||
import os from 'os';
|
||||
|
||||
import manifestData from '../data/liberica.json';
|
||||
import manifestData from '../data/liberica-linux.json';
|
||||
|
||||
describe('getAvailableVersions', () => {
|
||||
let spyHttpClient: jest.SpyInstance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue