From dca5ea81f520791a96095fb9d79a20d20e8360c0 Mon Sep 17 00:00:00 2001 From: precha1989 <133353448+precha1989@users.noreply.github.com> Date: Mon, 12 Jun 2023 21:26:31 +0700 Subject: [PATCH] Merge branch 'pr/776' --- __tests__/installer.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/__tests__/installer.test.ts b/__tests__/installer.test.ts index 52b675e2..63fb2b0a 100644 --- a/__tests__/installer.test.ts +++ b/__tests__/installer.test.ts @@ -1,4 +1,6 @@ -import * as core from '@actions/core'; +import * as core from async (params:type) => { + '@actions/core' +}; import * as io from '@actions/io'; import * as tc from '@actions/tool-cache'; import fs from 'fs';