From d08e2b91497f41149ac7ec90ebf6254f6bd7163d Mon Sep 17 00:00:00 2001 From: Eugene Ghanizadeh Khoub Date: Fri, 5 Jan 2024 16:23:14 +0100 Subject: [PATCH] add a log to debug github ci --- e2e/util.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/util.mjs b/e2e/util.mjs index eb8a526..ac2e29a 100644 --- a/e2e/util.mjs +++ b/e2e/util.mjs @@ -25,6 +25,7 @@ export function scenario(name, testFn, options) { const cwd = join(dir, options.root) const cmd = $({ cwd }) const bin = await getBinPath() + console.log(bin) const run = (...args) => execa(bin, args, { cwd }) try {