Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Sep 24, 2024
1 parent 7d29710 commit 6520daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ native-integration-test:
for bin in polakdot polkadot-execute-worker polkadot-prepare-worker; do
echo "downloading $bin";
curl -L https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2407-2/$bin;
chmod + x $bin;
chmod +x $bin;
mv $bin /usr/local/bin/$bin;
done
- RUST_LOG=zombienet_orchestrator=debug,zombienet_provider=debug cargo test --test smoke-native -- --nocapture
Expand Down

0 comments on commit 6520daa

Please sign in to comment.