From 606b8d1a11756c6c67ca0b41a3c5663bca259510 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 b06bbda27..581af8ac3 100644 --- a/__tests__/installer.test.ts +++ b/__tests__/installer.test.ts @@ -382,6 +382,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();