Zombienet requires the node binary to be in the path.
Until now, it was sourced before calling 'zombienet.sh',
which made things more complex in CI.
Removing the need to source it before and instead
doing it in the test script makes it easier to work with
Implementing this, I understood better how Duct works, and I had to also change how I was executing the shim. Solving #232 it is probable that the way commands are executed will change again
Zombienet requires the node binary to be in the path. Until now, it was sourced before calling 'zombienet.sh', which made things more complex in CI. Removing the need to source it before and instead doing it in the test script makes it easier to work with
Implementing this, I understood better how Duct works, and I had to also change how I was executing the shim. Solving #232 it is probable that the way commands are executed will change again