Moonsong-Labs / moonwall

Testing Framework for Substrate networks
https://moonsong-labs.github.io/moonwall/
GNU General Public License v3.0
10 stars 4 forks source link

Moonwall download command doesn't print worker name #415

Closed tmpolaczyk closed 3 months ago

tmpolaczyk commented 3 months ago

It only prints the version, but aside from that everything works fine:

imagen

Instead of

  💾 Saving binary artefact... 1.11.0 ✓

I would like to see:

  💾 Saving binary artefact... polkadot-execute-worker 1.11.0 ✓

Our script does the following:

echo "Updating polkadot binary from $POLKADOT_VERSION to $polkadot_release"

pnpm moonwall download polkadot $polkadot_release tmp
chmod +x tmp/polkadot

pnpm moonwall download polkadot-execute-worker $polkadot_release tmp
chmod +x tmp/polkadot-execute-worker

pnpm moonwall download polkadot-prepare-worker $polkadot_release tmp
chmod +x tmp/polkadot-prepare-worker