mirror of
https://github.com/actions/setup-java.git
synced 2024-12-26 08:52:11 -05:00
spelling: macos
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0596ef5ff1
commit
65e87d410c
1 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@ describe('setupJava', () => {
|
|||
);
|
||||
});
|
||||
|
||||
it('java is resolved from toolcache including Contents/Home on MacOS', async () => {
|
||||
it('java is resolved from toolcache including Contents/Home on macOS', async () => {
|
||||
const inputs = {
|
||||
version: actualJavaVersion,
|
||||
architecture: 'x86',
|
||||
|
@ -257,7 +257,7 @@ describe('setupJava', () => {
|
|||
});
|
||||
});
|
||||
|
||||
it('java is unpacked from jdkfile including Contents/Home on MacOS', async () => {
|
||||
it('java is unpacked from jdkfile including Contents/Home on macOS', async () => {
|
||||
const inputs = {
|
||||
version: '11.0.289',
|
||||
architecture: 'x86',
|
||||
|
|
Loading…
Reference in a new issue