We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50a118 commit 7f9d117Copy full SHA for 7f9d117
graal-nodejs/mx.graal-nodejs/mx_graal_nodejs.py
@@ -82,7 +82,7 @@ def _graal_nodejs_post_gate_runner(args, tasks):
82
83
with Task('TestNpx', tasks, tags=[GraalNodeJsTags.allTests, GraalNodeJsTags.windows]) as t:
84
if t:
85
- npx(['cowsay', 'GraalVM rules!'])
+ npx(['--package=cowsay', '--yes', 'cowsay', 'GraalVM rules!'])
86
87
with Task('TestNodeInstrument', tasks, tags=[GraalNodeJsTags.allTests, GraalNodeJsTags.windows]) as t:
88
0 commit comments