Skip to content

Commit

Permalink
add a log to debug github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
loreanvictor committed Jan 5, 2024
1 parent efffa1c commit d08e2b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/util.mjs
Expand Up @@ -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 {
Expand Down

0 comments on commit d08e2b9

Please sign in to comment.