From 7dfb5c029841a115f0456f252913797aed8fc46b Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 24 Jul 2022 16:29:30 +0200 Subject: [PATCH] add more stuf to test --- __tests__/installer.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/__tests__/installer.test.ts b/__tests__/installer.test.ts index ea39de85..f2dee94c 100644 --- a/__tests__/installer.test.ts +++ b/__tests__/installer.test.ts @@ -397,6 +397,10 @@ describe('setup-node', () => { }, 100000); it('enables corepack if specified', async () => { + os.platform = 'linux'; + os.arch = 'x64'; + + inputs['node-version'] = '12'; inputs['corepack'] = 'true'; await main.run();