From 0d7ce08706f3b9491413983f52d21fe84f898b2b Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 2 Jan 2024 21:26:05 +0100 Subject: [PATCH] Update main.test.js --- __tests__/main.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__tests__/main.test.js b/__tests__/main.test.js index 4f4a904..9f86d01 100644 --- a/__tests__/main.test.js +++ b/__tests__/main.test.js @@ -1,6 +1,7 @@ -// main.js +// main.test.js const core = require("@actions/core"); const fs = require("fs"); +const { exec } = require("child_process"); // Add this line to import exec function main() { const workspacePath = process.env.GITHUB_WORKSPACE;